Skip to content

Commit

Permalink
fix(ci): sha256sum file invalid (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Black-Hole1 <bh@bugs.cc>
  • Loading branch information
BlackHole1 committed Dec 11, 2023
1 parent 79dc4c8 commit 2ad2fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: make dist

- name: sha256sum
run: sha256sum vsock-guest-exec-0.0.1.tar.gz LICENSE > SHASUMS256.txt
run: sha256sum *.tar.gz LICENSE > SHASUMS256.txt

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 2ad2fda

Please sign in to comment.