@@ -83,37 +83,37 @@ runs:
83
83
pkgutil --flatten ./output/klogg_product_pkg ./output/klogg-${{ env.KLOGG_VERSION }}-OSX-flatten.pkg
84
84
productsign --sign "${{ env.KLOGG_INSTALLERSIGN }}" --timestamp ./output/klogg-${{ env.KLOGG_VERSION }}-OSX-flatten.pkg ./packages/${{ env.KLOGG_PKG }}
85
85
86
- # - name: "Mac notarize DMG"
87
- # if: ${{ github.event_name != 'pull_request' }}
88
-
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
+
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 }}
95
95
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 : BoundfoxStudios/action- xcode-staple@v1
99
+ with :
100
+ product-path : " ${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_DMG }}"
101
101
102
- # - name: "Mac notarize PKG"
103
- # if: ${{ github.event_name != 'pull_request' }}
104
-
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
+
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 }}
111
111
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 : BoundfoxStudios/action- xcode-staple@v1
115
+ with :
116
+ product-path : " ${{ env.KLOGG_BUILD_ROOT }}/packages/${{ env.KLOGG_PKG }}"
117
117
118
118
- name : Mac symbols
119
119
shell : sh
0 commit comments