diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 106a178e69..a78d1c2c0e 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -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' }}