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 034a4c3 commit d1c8a18Copy full SHA for d1c8a18
.github/workflows/build.yaml
@@ -772,7 +772,7 @@ jobs:
772
if: matrix.arch != 'arm64'
773
uses: actions/upload-artifact@v4
774
with:
775
- name: dokit-${{ steps.post-build.outputs.dokitVersion }}.portable
+ name: dokit-${{ steps.post-build.outputs.dokitVersion }}-${{ matrix.os }}.portable
776
path: ${{ runner.temp }}/release/portable
777
if-no-files-found: error
778
0 commit comments