Skip to content

Commit

Permalink
alpine workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ravachol committed Sep 8, 2024
1 parent a8a6457 commit ad64222
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/appimage_alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
mkdir -p appdir/usr/bin
mv ./kew appdir/usr/bin/
- name: Download uploadtool
run: |
wget -q https://github.com/probonopd/uploadtool/raw/master/upload.sh
chmod +x upload.sh
mv upload.sh /usr/local/bin/uploadtool
- name: Download and prepare appimagetool
run: |
wget -O appimagetool-x86_64.AppImage -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
Expand Down

0 comments on commit ad64222

Please sign in to comment.