Update build-tool-packages.yml

pull/73/head
aparnajyothi-y committed by GitHub
parent 34c18081fd
commit 1ba07d0116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -108,7 +108,7 @@ jobs:
needs: build
runs-on: ${{ matrix.os }}
env:
ARTIFACT_NAME: ${{ inputs.tool-name }}-${{ inputs.tool-version }}-${{ matrix.platform }}--${{ matrix.arch }}
ARTIFACT_NAME: ${{ inputs.tool-name }}-${{ inputs.tool-version }}-${{ matrix.platform }}-${{ matrix.arch }}
strategy:
fail-fast: false
matrix:
@ -123,7 +123,6 @@ jobs:
platform: win32
arch: x64
steps:
- uses: actions/checkout@v3
with:

Loading…
Cancel
Save