Skip to content

Commit

Permalink
ci: use new notarize action
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 15, 2024
1 parent 1f5adc1 commit 6130a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/agent-package-mac/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
- name: "Mac notarize DMG"
if: ${{ github.event_name != 'pull_request' }}
uses: variar/xcode-notarize@v1.0.3
uses: BoundfoxStudios/action-xcode-notarize@v1
with:
verbose: true
product-path: "${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_DMG }}"
Expand All @@ -101,7 +101,7 @@ runs:

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

0 comments on commit 6130a05

Please sign in to comment.