mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fixed path for activation script
Contributes to CURA-9365
This commit is contained in:
parent
79508b552e
commit
44bda180f3
1 changed files with 2 additions and 6 deletions
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…
Add table
Add a link
Reference in a new issue