We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5adc1 commit 6130a05Copy full SHA for 6130a05
.github/actions/agent-package-mac/action.yml
@@ -85,7 +85,7 @@ runs:
85
86
- name: "Mac notarize DMG"
87
if: ${{ github.event_name != 'pull_request' }}
88
- uses: variar/xcode-notarize@v1.0.3
+ uses: BoundfoxStudios/action-xcode-notarize@v1
89
with:
90
verbose: true
91
product-path: "${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_DMG }}"
@@ -101,7 +101,7 @@ runs:
101
102
- name: "Mac notarize PKG"
103
104
105
106
107
product-path: "${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_PKG }}"
0 commit comments