Skip to content

Commit

Permalink
fix download appimage tool
Browse files Browse the repository at this point in the history
  • Loading branch information
suciptoid authored Sep 21, 2022
1 parent 6464e19 commit 0d86389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: wget -c https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
- name: Download AppImageTool
run: |
wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
wget -c $(wget -q https://api.github.com/repos/probonopd/go-appimage/releases/tags/continuous -O - | grep "appimagetool-.*-x86_64.AppImage\"" | tail -n 1 | cut -d '"' -f 4)
chmod +x appimagetool-*.AppImage
Expand Down

0 comments on commit 0d86389

Please sign in to comment.