Skip to content

Commit

Permalink
Add missing aprameter
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Jun 20, 2024
1 parent 94f0439 commit 11049a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Generate SHA256 checksum on Windows
if: runner.os == 'Windows'
run: |
certutil -hashfile build/*/*/* > checksums.txt
certutil -hashfile build/*/*/* SHA256 > checksums.txt
- name: Archive build artifacts on Windows
if: runner.os == 'windows'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 11049a5

Please sign in to comment.