Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-06 08:51:24 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-06 08:51:24 +0300
commitbee2b22edf2338e03eebb62a0024d0143cb8efb9 (patch)
tree7786e2b4f12886c1ad3fa620ae32cbff7a8ddc2b /.github
parent17d2fb8b02684beef9e102f70b1ff600a243e259 (diff)
uniform name on linux
Contributes to CURA-9365
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cura-installer.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml
index f766b515e6..6943e73b07 100644
--- a/.github/workflows/cura-installer.yml
+++ b/.github/workflows/cura-installer.yml
@@ -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)