We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1179d01 commit 0f2f291Copy full SHA for 0f2f291
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
output-file: "./staticcheck.bin"
33
- uses: actions/upload-artifact@v4
34
with:
35
- name: "staticcheck-${{ github.sha }}-${{ matrix.go }}-${{ matrix.os }}.bin"
+ name: "staticcheck-${{ github.sha }}-${{ matrix.go }}-${{ matrix.os }}-${{ matrix.godebug }}.bin"
36
path: "./staticcheck.bin"
37
retention-days: 1
38
if-no-files-found: warn
0 commit comments