Skip to content

Commit 0f2f291

Browse files
committed
Include value of godebug in artifact's name
1 parent 1179d01 commit 0f2f291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
output-file: "./staticcheck.bin"
3333
- uses: actions/upload-artifact@v4
3434
with:
35-
name: "staticcheck-${{ github.sha }}-${{ matrix.go }}-${{ matrix.os }}.bin"
35+
name: "staticcheck-${{ github.sha }}-${{ matrix.go }}-${{ matrix.os }}-${{ matrix.godebug }}.bin"
3636
path: "./staticcheck.bin"
3737
retention-days: 1
3838
if-no-files-found: warn

0 commit comments

Comments
 (0)