From d1b3e25440ad00f49f9165b3c5fa97958d594ac1 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 30 Jun 2022 23:43:41 +0200 Subject: [PATCH] Fixed path for pyinstaller spec file Contributes to CURA-9365 --- .github/workflows/cura-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }}