From 68a79684fd1cbc5ad9fc8f8265a9f3348498f471 Mon Sep 17 00:00:00 2001 From: jellespijker Date: Tue, 5 Jul 2022 14:07:45 +0200 Subject: [PATCH] Remove hacked version Contributes to CURA-9365 --- .github/workflows/cura-installer.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 6cecbbc83b..adb263abdd 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -158,16 +158,12 @@ jobs: run: | . ./cura_inst/bin/activate_github_actions_env.sh . ./cura_inst/bin/activate_github_actions_version_env.sh - echo "CURA_VERSION_FULL=5.1.0-beta" >> $GITHUB_ENV - echo "CURA_VERSION_BUILD=0" >> $GITHUB_ENV - name: Set Environment variables for Cura (Powershell) if: ${{ runner.os == 'Windows' }} run: | .\cura_inst\Scripts\activate_github_actions_env.ps1 .\cura_inst\Scripts\activate_github_actions_version_env.ps1 - echo "Env:CURA_VERSION_FULL=5.1.0-beta" >> $Env:GITHUB_ENV - echo "Env:CURA_VERSION_BUILD=0" >> $Env:GITHUB_ENV - name: Create the Cura dist run: pyinstaller ./cura_inst/Ultimaker-Cura.spec