mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 00:45:56 +08:00
Added build and sign step for the dmg
Contributes to CURA-9365
This commit is contained in:
parent
8a3d94d2b9
commit
4b547628fc
8
.github/workflows/cura-installer.yml
vendored
8
.github/workflows/cura-installer.yml
vendored
@ -167,6 +167,14 @@ jobs:
|
|||||||
run: python ../cura_inst/packaging/AppImage/create_appimage.py ./Ultimaker-Cura $CURA_VERSION_FULL
|
run: python ../cura_inst/packaging/AppImage/create_appimage.py ./Ultimaker-Cura $CURA_VERSION_FULL
|
||||||
working-directory: dist
|
working-directory: dist
|
||||||
|
|
||||||
|
- name: Create the MacOS dmg (Bash)
|
||||||
|
if: ${{ github.event.inputs.installer == 'true' && runner.os == 'Macos' }}
|
||||||
|
run: python ../cura_inst/packaging/dmg/dmg_sign_notarize.py
|
||||||
|
working-directory: dist
|
||||||
|
env:
|
||||||
|
SOURCE_DIR: ${{ env.GITHUB_WORKSPACE }}/cura_inst
|
||||||
|
DIST_DIR: ${{ env.GITHUB_WORKSPACE }}/dist
|
||||||
|
|
||||||
- name: Upload the artifacts
|
- name: Upload the artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user