File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ jobs:
401401 needs.create_release.outputs.publish_to_release == 'true' &&
402402 steps.build.outputs.macos_notarize == 'true'
403403 id : notarize-macOS-app
404- uses : devbotsxyz/xcode- notarize@d7219e1c390b47db8bab0f6b4fc1e3b7943e4b3b
404+ uses : lando/ notarize-action@4f5869b09386e8336802159031e4189e0919ae20
405405 with :
406406 product-path : deploy/${{ steps.get-artifacts.outputs.artifact_1 }}
407407 primary-bundle-id : io.jamulus.Jamulus
@@ -414,7 +414,7 @@ jobs:
414414 needs.create_release.outputs.publish_to_release == 'true' &&
415415 steps.build.outputs.macos_notarize == 'true'
416416 id : staple-macOS-app
417- uses : devbotsxyz/ xcode-staple@ae68b22ca35d15864b7f7923e1a166533b2944bf
417+ uses : BoundfoxStudios/action- xcode-staple@cd6c16fb6a3dfb365203a41343926f81e813afad
418418 with :
419419 product-path : deploy/${{ steps.get-artifacts.outputs.artifact_1 }}
420420
Original file line number Diff line number Diff line change @@ -109,7 +109,10 @@ build_installer_image() {
109109
110110 # Install create-dmg via brew. brew needs to be installed first.
111111 # Download and later install. This is done to make caching possible
112- brew_install_pinned " create-dmg" " 1.1.0"
112+ # brew_install_pinned "create-dmg" "1.1.0"
113+
114+ # FIXME: Currently caching is disabled due to an error in the extract step
115+ brew install create-dmg
113116
114117 # Get Jamulus version
115118 local app_version
You can’t perform that action at this time.
0 commit comments