Skip to content

Commit

Permalink
add checksums during release process
Browse files Browse the repository at this point in the history
  • Loading branch information
benweint committed May 24, 2024
1 parent e30243a commit 21e34be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
GOOS: darwin
GOARCH: arm64

- run: |
sha256sum gquil_* >checksums.txt
- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: "gquil_*"
artifacts: "gquil_*,checksums.txt"

0 comments on commit 21e34be

Please sign in to comment.