mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
Fixed path for pyinstaller spec file
Contributes to CURA-9365
This commit is contained in:
parent
44bda180f3
commit
d1b3e25440
1 changed files with 1 additions and 1 deletions
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
|
||||
|
||||
- name: Create the Cura dist
|
||||
run: pyinstaller Ultimaker-Cura.spec
|
||||
run: pyinstaller ./cura_inst/Ultimaker-Cura.spec
|
||||
|
||||
- name: Archive the artifacts (bash)
|
||||
if: ${{ github.event.inputs.installer == 'false' && runner.os != 'Windows' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue