Skip to content

Commit

Permalink
[GHA][publish] Updated an AppImage/ARM settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed May 22, 2022
1 parent b5692d7 commit 9aa37a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# Produce a binary artifact and place it in the mounted volume
run: |
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-${{ matrix.march }}.AppImage -O /opt/appimagetool
wget --no-check-certificate https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-${{ matrix.march }}.AppImage -O /opt/appimagetool
chmod +x /opt/appimagetool
cd /opt
qemu-static /opt/appimagetool --appimage-extract
Expand Down

0 comments on commit 9aa37a7

Please sign in to comment.