File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
actions/sign-godot-project/macos Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ codesign --verify "${app_path}"
41
41
echo " Archiving and notarizing the signed app..."
42
42
43
43
ditto -ck --keepParent " ${app_path} " " ${archive_path} "
44
- xcrun notarytool submit " ${archive_path} " --apple-id ${apple_dev_id} --team-id ${apple_dev_team_id} --password ${apple_dev_password} --wait
44
+ xcrun notarytool submit " ${archive_path} " --apple-id ${apple_dev_id} --team-id ${apple_dev_team_id} --password ${apple_dev_password} --wait || { exit 1 ; }
45
45
46
46
echo " Stapling the notarization ticket to the signed app..."
47
47
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
14
14
15
15
env :
16
16
GODOT_VERSION : " 4.3.0-stable"
17
- GDSION_VERSION : " 0.7-beta6 "
17
+ GDSION_VERSION : " 0.7-beta7 "
18
18
19
19
jobs :
20
20
export-publish :
You can’t perform that action at this time.
0 commit comments