Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reitzrobert77 authored Aug 4, 2023
1 parent 9d54033 commit aa02c47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
cd ..
echo "Result: $(ls *.deb)"
sha256sum *.deb > checksums.txt
sha512sum *.deb > checksums512.txt
cd ${{ github.workspace }}
gh release delete $TAG || true
gh release create $TAG --generate-notes ../*.deb ../checksums.txt
gh release create $TAG --generate-notes ../*.deb ../checksums.txt ../checksums512.txt
env:
GH_TOKEN: ${{ github.token }}

Expand Down

0 comments on commit aa02c47

Please sign in to comment.