Update build-tool-packages.yml

pull/73/head
aparnajyothi-y 12 months ago 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 needs: build
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
env: 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: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@ -123,7 +123,6 @@ jobs:
platform: win32 platform: win32
arch: x64 arch: x64
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:

Loading…
Cancel
Save