Skip to content

Commit

Permalink
ci: make codacy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Aug 22, 2023
1 parent 55030c7 commit 4299e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ gh release download "$1"
sleep 2
rm -fv *.asc
find . -type f -exec gpg --armor --detach-sign {} \;
gh release upload "$1" * --clobber
gh release upload "$1" ./* --clobber

0 comments on commit 4299e3f

Please sign in to comment.