Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjellespijker <j.spijker@ultimaker.com>2022-07-06 11:50:01 +0300
committerjellespijker <j.spijker@ultimaker.com>2022-07-06 11:50:01 +0300
commit4344ef066fd13ad9a6b343aeabe3937e80c6aecc (patch)
treeb773186431ee6fd4e3db04fcfda9a501d70aa946 /.github
parent13d5d33ec86bca593105f22874c98bf27d11b787 (diff)
Fixed paths for the dmg_sign_notarize script
Contributes to CURA-9365
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cura-installer.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml
index 5aec32846a..020092ad89 100644
--- a/.github/workflows/cura-installer.yml
+++ b/.github/workflows/cura-installer.yml
@@ -186,11 +186,8 @@ jobs:
- name: Create the MacOS dmg (Bash)
if: ${{ github.event.inputs.installer == 'true' && runner.os == 'Macos' }}
- run: python ../cura_inst/packaging/dmg/dmg_sign_noterize.py "Ultimaker-Cura-$CURA_VERSION_FULL-${{ runner.os }}-${{ runner.arch }}.dmg"
+ run: python ../cura_inst/packaging/dmg/dmg_sign_noterize.py ../cura_inst . "Ultimaker-Cura-$CURA_VERSION_FULL-${{ runner.os }}-${{ runner.arch }}.dmg"
working-directory: dist
- env:
- SOURCE_DIR: ${{ env.GITHUB_WORKSPACE }}/cura_inst
- DIST_DIR: ${{ env.GITHUB_WORKSPACE }}/dist
- name: Upload the artifacts
uses: actions/upload-artifact@v3