mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Use correct paths and extension for activation script
Contributes to CURA-9365
This commit is contained in:
parent
c04511d433
commit
79508b552e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/cura-installer.yml
vendored
6
.github/workflows/cura-installer.yml
vendored
|
|
@ -117,7 +117,7 @@ jobs:
|
||||||
run: conan config install https://github.com/Ultimaker/conan-config.git
|
run: conan config install https://github.com/Ultimaker/conan-config.git
|
||||||
|
|
||||||
- name: Create the Packages
|
- name: Create the Packages
|
||||||
run: conan install ${{ inputs.cura_conan_version }} --build=missing --update -if cura_inst -g VirtualPythonEnv -o cura:enterprise=${{ inputs.enterprise }} -o cura:staging=${{ inputs.staging }}
|
run: conan install ${{ inputs.cura_conan_version }} --build=missing --update -c tools.env.virtualenv:powershell=True -if cura_inst -g VirtualPythonEnv -o cura:enterprise=${{ inputs.enterprise }} -o cura:staging=${{ inputs.staging }}
|
||||||
|
|
||||||
- name: Upload the Package(s)
|
- name: Upload the Package(s)
|
||||||
if: always()
|
if: always()
|
||||||
|
|
@ -129,13 +129,13 @@ jobs:
|
||||||
if: ${{ runner.os != 'Windows' }}
|
if: ${{ runner.os != 'Windows' }}
|
||||||
run: |
|
run: |
|
||||||
. activate_github_actions_env.sh
|
. activate_github_actions_env.sh
|
||||||
working-directory: cura_inst
|
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: |
|
||||||
.\activate_github_actions_env.ps1
|
.\activate_github_actions_env.ps1
|
||||||
working-directory: cura_inst
|
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