Skip to content

Commit

Permalink
Don't publish SHA256SUMS (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Oct 9, 2024
1 parent a529755 commit 70f0af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,18 +154,11 @@ jobs:
- name: Create Manifest
run: cargo run create --deny all release

- name: Create Checksums
run: |
cd release
shasum -a 256 * > SHA256SUMS
- name: Publish Manifest
uses: softprops/[email protected]
with:
draft: false
files: |
release/SHA256SUMS
release/filepack.json
files: release/filepack.json
prerelease: ${{ needs.prerelease.outputs.value }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ verify-release: tmp
--pattern '*' \
--dir tmp \
$VERSION
cargo run verify tmp --key `cargo run key`
cargo run verify tmp --key 3c977ea3a31cd37f0b540f02f33eab158f2ed7449f42b05613c921181aa95b79

0 comments on commit 70f0af0

Please sign in to comment.