Skip to content

Commit 219bf50

Browse files
committed
Autobuild: Change to alternative macOS signing actions
The original author deleted his repository, so using alternatives.
1 parent c9cef58 commit 219bf50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/autobuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)