mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:49:00 +08:00
Remove hacked version
Contributes to CURA-9365
This commit is contained in:
parent
baec0e75f7
commit
68a79684fd
4
.github/workflows/cura-installer.yml
vendored
4
.github/workflows/cura-installer.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user