Skip to content

Commit

Permalink
Include value of godebug in artifact's name
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Jan 23, 2025
1 parent 1179d01 commit 0f2f291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
output-file: "./staticcheck.bin"
- uses: actions/upload-artifact@v4
with:
name: "staticcheck-${{ github.sha }}-${{ matrix.go }}-${{ matrix.os }}.bin"
name: "staticcheck-${{ github.sha }}-${{ matrix.go }}-${{ matrix.os }}-${{ matrix.godebug }}.bin"
path: "./staticcheck.bin"
retention-days: 1
if-no-files-found: warn
Expand Down

0 comments on commit 0f2f291

Please sign in to comment.