File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -174,17 +174,17 @@ jobs:
174174 env :
175175 CODESIGN_IDENTITY : ${{ secrets.MACOS_CODESIGN_IDENTITY }}
176176 TEAM_IDENTIFIER : ${{ secrets.MACOS_TEAM_IDENTIFIER }}
177- - name : Zip binary for release
178- run : zip -r ./${{ matrix.artifact-name}} ./target/cryptomator-cli.app
179177 - name : Notarize .dmg
180178 if : startsWith(github.ref, 'refs/tags/') || inputs.notarize
181179 uses : cocoalibs/xcode-notarization-action@v1
182180 with :
183- app-path : ${{ matrix.artifact-name }}
181+ app-path : target/cryptomator-cli.app
184182 apple-id : ${{ secrets.MACOS_NOTARIZATION_APPLE_ID }}
185183 password : ${{ secrets.MACOS_NOTARIZATION_PW }}
186184 team-id : ${{ secrets.MACOS_NOTARIZATION_TEAM_ID }}
187185 xcode-path : ' /Applications/Xcode_16.app'
186+ - name : Zip binary
187+ run : zip -r ./${{ matrix.artifact-name}} ./target/cryptomator-cli.app
188188 - name : Create detached GPG signature with key 615D449FE6E6A235
189189 run : |
190190 echo "${GPG_PRIVATE_KEY}" | gpg --batch --quiet --import
You can’t perform that action at this time.
0 commit comments