mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-17 10:51:22 +08:00
Merge pull request #4384 from BowTiedDevOps/ci/move-checksum-generation-to-composite
Move Checksum Generation to Composite
This commit is contained in:
7
.github/workflows/github-release.yml
vendored
7
.github/workflows/github-release.yml
vendored
@@ -59,12 +59,7 @@ jobs:
|
||||
## Generate a checksums file to be added to the release page
|
||||
- name: Generate Checksums
|
||||
id: generate_checksum
|
||||
uses: jmgilman/actions-generate-checksum@24a35957fba81c6cbaefeb1e3d59ee56e3db5077 # v1.0.0
|
||||
with:
|
||||
method: sha512
|
||||
output: CHECKSUMS.txt
|
||||
patterns: |
|
||||
release/*.zip
|
||||
uses: stacks-network/actions/generate-checksum@main
|
||||
|
||||
## Upload the release archives with the checksums file
|
||||
- name: Upload Release
|
||||
|
||||
Reference in New Issue
Block a user