Fixed path for pyinstaller spec file

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-30 23:43:41 +02:00 committed by Jelle Spijker
parent 44bda180f3
commit d1b3e25440

View File

@ -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' }}