Skip to content

Commit 46f03d5

Browse files
committed
ci: remove mac notarize
1 parent 1bee215 commit 46f03d5

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

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

+28-28
Original file line numberDiff line numberDiff line change
@@ -83,37 +83,37 @@ runs:
8383
pkgutil --flatten ./output/klogg_product_pkg ./output/klogg-${{ env.KLOGG_VERSION }}-OSX-flatten.pkg
8484
productsign --sign "${{ env.KLOGG_INSTALLERSIGN }}" --timestamp ./output/klogg-${{ env.KLOGG_VERSION }}-OSX-flatten.pkg ./packages/${{ env.KLOGG_PKG }}
8585
86-
- name: "Mac notarize DMG"
87-
if: ${{ github.event_name != 'pull_request' }}
88-
uses: variar/[email protected]
89-
with:
90-
verbose: true
91-
product-path: "${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_DMG }}"
92-
primary-bundle-id: "dev.filimonov.klogg"
93-
appstore-connect-username: ${{ inputs.appstore-connect-username }}
94-
appstore-connect-password: ${{ inputs.appstore-connect-password }}
86+
#- name: "Mac notarize DMG"
87+
# if: ${{ github.event_name != 'pull_request' }}
88+
# uses: variar/[email protected]
89+
# with:
90+
# verbose: true
91+
# product-path: "${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_DMG }}"
92+
# primary-bundle-id: "dev.filimonov.klogg"
93+
# appstore-connect-username: ${{ inputs.appstore-connect-username }}
94+
# appstore-connect-password: ${{ inputs.appstore-connect-password }}
9595

96-
- name: "Mac staple DMG"
97-
if: ${{ github.event_name != 'pull_request' }}
98-
uses: devbotsxyz/xcode-staple@v1
99-
with:
100-
product-path: "${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_DMG }}"
96+
#- name: "Mac staple DMG"
97+
# if: ${{ github.event_name != 'pull_request' }}
98+
# uses: devbotsxyz/xcode-staple@v1
99+
# with:
100+
# product-path: "${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_DMG }}"
101101

102-
- name: "Mac notarize PKG"
103-
if: ${{ github.event_name != 'pull_request' }}
104-
uses: variar/[email protected]
105-
with:
106-
verbose: true
107-
product-path: "${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_PKG }}"
108-
primary-bundle-id: "dev.filimonov.klogg"
109-
appstore-connect-username: ${{ inputs.appstore-connect-username }}
110-
appstore-connect-password: ${{ inputs.appstore-connect-password }}
102+
#- name: "Mac notarize PKG"
103+
# if: ${{ github.event_name != 'pull_request' }}
104+
# uses: variar/[email protected]
105+
# with:
106+
# verbose: true
107+
# product-path: "${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_PKG }}"
108+
# primary-bundle-id: "dev.filimonov.klogg"
109+
# appstore-connect-username: ${{ inputs.appstore-connect-username }}
110+
# appstore-connect-password: ${{ inputs.appstore-connect-password }}
111111

112-
- name: "Mac staple PKG"
113-
if: ${{ github.event_name != 'pull_request' }}
114-
uses: devbotsxyz/xcode-staple@v1
115-
with:
116-
product-path: "${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_PKG }}"
112+
#- name: "Mac staple PKG"
113+
# if: ${{ github.event_name != 'pull_request' }}
114+
# uses: devbotsxyz/xcode-staple@v1
115+
# with:
116+
# product-path: "${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_PKG }}"
117117

118118
- name: Mac symbols
119119
shell: sh

0 commit comments

Comments
 (0)