Fix the AppImage-builder scripts

Contributes CURA-10951
This commit is contained in:
Jelle Spijker 2023-09-05 06:12:47 +02:00
parent f1df7f67d5
commit c5e3821116
No known key found for this signature in database
GPG key ID: 034D1C0527888B65
3 changed files with 25 additions and 16 deletions

View file

@ -245,7 +245,7 @@ jobs:
- name: Create the Linux AppImage (Bash)
run: |
python ../cura_inst/packaging/AppImage/create_appimage.py ./UltiMaker-Cura $CURA_VERSION_FULL "${{ steps.filename.outputs.INSTALLER_FILENAME }}.AppImage"
python ../cura_inst/packaging/AppImage-builder/create_appimage.py ./UltiMaker-Cura $CURA_VERSION_FULL "${{ steps.filename.outputs.INSTALLER_FILENAME }}.AppImage"
chmod +x "${{ steps.filename.outputs.INSTALLER_FILENAME }}.AppImage"
working-directory: dist