Skip to content

Commit 6130a05

Browse files
committed
ci: use new notarize action
1 parent 1f5adc1 commit 6130a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/agent-package-mac/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ runs:
8585
8686
- name: "Mac notarize DMG"
8787
if: ${{ github.event_name != 'pull_request' }}
88-
uses: variar/xcode-notarize@v1.0.3
88+
uses: BoundfoxStudios/action-xcode-notarize@v1
8989
with:
9090
verbose: true
9191
product-path: "${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_DMG }}"
@@ -101,7 +101,7 @@ runs:
101101

102102
- name: "Mac notarize PKG"
103103
if: ${{ github.event_name != 'pull_request' }}
104-
uses: variar/xcode-notarize@v1.0.3
104+
uses: BoundfoxStudios/action-xcode-notarize@v1
105105
with:
106106
verbose: true
107107
product-path: "${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_PKG }}"

0 commit comments

Comments
 (0)