Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reitzrobert77 authored Aug 4, 2023
1 parent 6e27087 commit ae8b495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
debuild -i -uc -us -b
cd ..
echo "Result: $(ls *.deb)"
sha512sum *.deb > checksums.txt
sha256sum *.deb > checksums.txt
cp *.deb checksums.txt ${{ github.workspace }}/
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit ae8b495

Please sign in to comment.