We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2afbc commit bb19497Copy full SHA for bb19497
.github/workflows/github-release.yml
@@ -59,12 +59,7 @@ jobs:
59
## Generate a checksums file to be added to the release page
60
- name: Generate Checksums
61
id: generate_checksum
62
- uses: jmgilman/actions-generate-checksum@24a35957fba81c6cbaefeb1e3d59ee56e3db5077 # v1.0.0
63
- with:
64
- method: sha512
65
- output: CHECKSUMS.txt
66
- patterns: |
67
- release/*.zip
+ uses: stacks-network/actions/generate-checksum@main
68
69
## Upload the release archives with the checksums file
70
- name: Upload Release
0 commit comments