mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Update workflow to reflect new MacOS build script location
CURA-6867
This commit is contained in:
parent
3510bc55f9
commit
4748f4abe6
1 changed files with 3 additions and 2 deletions
5
.github/workflows/cura-installer.yml
vendored
5
.github/workflows/cura-installer.yml
vendored
|
@ -235,9 +235,9 @@ jobs:
|
|||
run: python ../cura_inst/packaging/AppImage/create_appimage.py ./UltiMaker-Cura $CURA_VERSION_FULL "UltiMaker-Cura-$CURA_VERSION_FULL-${{ inputs.os_name }}.AppImage"
|
||||
working-directory: dist
|
||||
|
||||
- name: Create the MacOS dmg (Bash)
|
||||
- name: Create the MacOS dmg and/or pkg (Bash)
|
||||
if: ${{ github.event.inputs.installer == 'true' && runner.os == 'Macos' }}
|
||||
run: python ../cura_inst/packaging/dmg/dmg_sign_noterize.py ../cura_inst . "UltiMaker-Cura-$CURA_VERSION_FULL-${{ inputs.os_name }}.dmg"
|
||||
run: python ../cura_inst/packaging/MacOs/build_macos.py ../cura_inst . "UltiMaker-Cura-$CURA_VERSION_FULL-${{ inputs.os_name }}"
|
||||
working-directory: dist
|
||||
|
||||
- name: Upload the artifacts
|
||||
|
@ -250,6 +250,7 @@ jobs:
|
|||
dist/*.exe
|
||||
dist/*.msi
|
||||
dist/*.dmg
|
||||
dist/*.pkg
|
||||
dist/*.AppImage
|
||||
dist/*.asc
|
||||
retention-days: 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue