mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:59:02 +08:00
Fixed path for pyinstaller spec file
Contributes to CURA-9365
This commit is contained in:
parent
44bda180f3
commit
d1b3e25440
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
@ -134,7 +134,7 @@ jobs:
|
|||||||
run: .\cura_inst\Scripts\activate_github_actions_env.ps1
|
run: .\cura_inst\Scripts\activate_github_actions_env.ps1
|
||||||
|
|
||||||
- name: Create the Cura dist
|
- name: Create the Cura dist
|
||||||
run: pyinstaller Ultimaker-Cura.spec
|
run: pyinstaller ./cura_inst/Ultimaker-Cura.spec
|
||||||
|
|
||||||
- name: Archive the artifacts (bash)
|
- name: Archive the artifacts (bash)
|
||||||
if: ${{ github.event.inputs.installer == 'false' && runner.os != 'Windows' }}
|
if: ${{ github.event.inputs.installer == 'false' && runner.os != 'Windows' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user