Skip to content

Commit

Permalink
fix(build): clean up archives after bottling
Browse files Browse the repository at this point in the history
  • Loading branch information
socsieng committed Oct 7, 2023
1 parent f46e5da commit 1ef78ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bottle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ echo "root_url=https://github.com/socsieng/sendkeys/releases/download/v${version
echo "url=https://github.com/socsieng/sendkeys/releases/download/v${version}/$bottle_rename" >> $GITHUB_OUTPUT
echo "sha=$(shasum -a 256 $bottle_rename | awk '{printf $1}')" >> $GITHUB_OUTPUT

rm sendkeys*.tar.gz
brew uninstall sendkeys

0 comments on commit 1ef78ed

Please sign in to comment.