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 c446157 commit 18d2293Copy full SHA for 18d2293
.github/workflows/build.yml
@@ -121,6 +121,6 @@ jobs:
121
- name: Upload artifacts
122
uses: actions/upload-artifact@v4
123
with:
124
- name: "${{ runner.os }}-${{ github.ref_name }}-${{ github.sha }}"
+ name: "${{ matrix.os }}-${{ github.ref_name }}-${{ github.sha }}"
125
path: release
126
retention-days: ${{ env.ARTIFACT_RETENTION_DAYS }}
0 commit comments