Skip to content

Commit

Permalink
fixup! Fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Mar 5, 2024
1 parent cf96f0d commit fec59bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
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

0 comments on commit fec59bc

Please sign in to comment.