uniform name on linux

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-06 07:51:24 +02:00 committed by jspijker
parent 17d2fb8b02
commit bee2b22edf
2 changed files with 4 additions and 4 deletions

View file

@ -181,7 +181,7 @@ jobs:
- name: Create the Linux AppImage (Bash)
if: ${{ github.event.inputs.installer == 'true' && runner.os == 'Linux' }}
run: python ../cura_inst/packaging/AppImage/create_appimage.py ./Ultimaker-Cura $CURA_VERSION_FULL
run: python ../cura_inst/packaging/AppImage/create_appimage.py ./Ultimaker-Cura $CURA_VERSION_FULL "Ultimaker-Cura-$Env:CURA_VERSION_FULL-${{ runner.os }}-${{ runner.arch }}"
working-directory: dist
- name: Create the MacOS dmg (Bash)