Skip to content

Commit

Permalink
fixup! fixup! Fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Mar 5, 2024
1 parent fec59bc commit d205764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
url="$(curl -s https://api.github.com/repos/TheAssassin/pyuploadtool/releases/latest | grep browser_download_url | grep AppImage | cut -d'"' -f4)"
wget "$url"
chmod +x pyuploadtool-x86_64.AppImage
./pyuploadtool-x86_64.AppImage *.AppImage *.exe *.zip *.jar *.deb
./pyuploadtool-x86_64.AppImage "output binaries"/*.*

0 comments on commit d205764

Please sign in to comment.