mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:25:59 +08:00
Fixed path for activation script
Contributes to CURA-9365
This commit is contained in:
parent
79508b552e
commit
44bda180f3
8
.github/workflows/cura-installer.yml
vendored
8
.github/workflows/cura-installer.yml
vendored
@ -127,15 +127,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Set Environment variables for Cura (bash)
|
- name: Set Environment variables for Cura (bash)
|
||||||
if: ${{ runner.os != 'Windows' }}
|
if: ${{ runner.os != 'Windows' }}
|
||||||
run: |
|
run: . ./cura_inst/bin/activate_github_actions_env.sh
|
||||||
. activate_github_actions_env.sh
|
|
||||||
working-directory: cura_inst\bin
|
|
||||||
|
|
||||||
- name: Set Environment variables for Cura (Powershell)
|
- name: Set Environment variables for Cura (Powershell)
|
||||||
if: ${{ runner.os == 'Windows' }}
|
if: ${{ runner.os == 'Windows' }}
|
||||||
run: |
|
run: .\cura_inst\Scripts\activate_github_actions_env.ps1
|
||||||
.\activate_github_actions_env.ps1
|
|
||||||
working-directory: cura_inst\Scripts
|
|
||||||
|
|
||||||
- name: Create the Cura dist
|
- name: Create the Cura dist
|
||||||
run: pyinstaller Ultimaker-Cura.spec
|
run: pyinstaller Ultimaker-Cura.spec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user