Skip to content

Commit d1c8a18

Browse files
committed
Ensure Windows portable artifact names are unique
1 parent 034a4c3 commit d1c8a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ jobs:
772772
if: matrix.arch != 'arm64'
773773
uses: actions/upload-artifact@v4
774774
with:
775-
name: dokit-${{ steps.post-build.outputs.dokitVersion }}.portable
775+
name: dokit-${{ steps.post-build.outputs.dokitVersion }}-${{ matrix.os }}.portable
776776
path: ${{ runner.temp }}/release/portable
777777
if-no-files-found: error
778778

0 commit comments

Comments
 (0)