mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:15:53 +08:00
Fixed typo
Contributes to CURA-9365
This commit is contained in:
parent
44bb953b27
commit
13d5d33ec8
2
.github/workflows/cura-installer.yml
vendored
2
.github/workflows/cura-installer.yml
vendored
@ -186,7 +186,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create the MacOS dmg (Bash)
|
- name: Create the MacOS dmg (Bash)
|
||||||
if: ${{ github.event.inputs.installer == 'true' && runner.os == 'Macos' }}
|
if: ${{ github.event.inputs.installer == 'true' && runner.os == 'Macos' }}
|
||||||
run: python ../cura_inst/packaging/dmg/dmg_sign_notarize.py "Ultimaker-Cura-$CURA_VERSION_FULL-${{ runner.os }}-${{ runner.arch }}.dmg"
|
run: python ../cura_inst/packaging/dmg/dmg_sign_noterize.py "Ultimaker-Cura-$CURA_VERSION_FULL-${{ runner.os }}-${{ runner.arch }}.dmg"
|
||||||
working-directory: dist
|
working-directory: dist
|
||||||
env:
|
env:
|
||||||
SOURCE_DIR: ${{ env.GITHUB_WORKSPACE }}/cura_inst
|
SOURCE_DIR: ${{ env.GITHUB_WORKSPACE }}/cura_inst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user