We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a2658 commit 11451c5Copy full SHA for 11451c5
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
- os: [self-hosted, windows-sign-pc]
29
id: windows
30
- os: ubuntu-latest
31
- id: linux
+ id: linux-x64
32
- os: ubuntu-22.04-arm
33
id: linux-arm64
34
runs-on: ${{ matrix.config.os }}
@@ -144,7 +144,7 @@ jobs:
144
uses: actions/upload-artifact@v4
145
with:
146
name: ${{ matrix.artifact.name }}
147
- path: ${{ env.JOB_TRANSFER_ARTIFACT }}/*
+ path: ${{ env.JOB_TRANSFER_ARTIFACT }}-${{ matrix.artifact.id }}
148
overwrite: true
149
150
release:
0 commit comments