We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cff232 commit 95aba46Copy full SHA for 95aba46
.github/workflows/labelplusfx-appimage.yml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
85
chmod 0755 appimagetool-x86_64.AppImage
86
- ./appimagetool-x86_64.AppImage appdir
+ ./appimagetool-x86_64.AppImage appdir --comp xz
87
mv LabelPlusFX*.AppImage LabelPlusFX-2.3.3-x86_64.AppImage
88
- name: auto release
89
uses: "marvinpinto/action-automatic-releases@latest"
0 commit comments