File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 6666 - os : macos-latest
6767 architecture : arm64
6868 artifact-name : cryptomator-cli-${{ needs.prepare.outputs.semVerStr }}-mac-arm64.zip
69+ - os : macos-13
70+ architecture : x64
71+ artifact-name : cryptomator-cli-${{ needs.prepare.outputs.semVerStr }}-mac-x64.zip
6972 runs-on : ${{ matrix.os }}
7073 steps :
7174 - uses : actions/checkout@v4
9598 NATIVE_ACCESS_PACKAGE : org.cryptomator.jfuse.mac
9699 - name : Patch .app dir
97100 run : |
98- sed -i '' "s|###BUNDLE_SHORT_VERSION_STRING###|${VERSION_NO}|g" ./target/cryptomator-cli.app/Contents/Info.plist
99- sed -i '' "s|###BUNDLE_VERSION###|${REVISION_NO}|g" ./target/cryptomator-cli.app/Contents/Info.plist
100- echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode --output ./target/cryptomator-cli.app/Contents/embedded.provisionprofile
101+ sed -i '' "s|###BUNDLE_SHORT_VERSION_STRING###|${VERSION_NO}|g" cryptomator-cli.app/Contents/Info.plist
102+ sed -i '' "s|###BUNDLE_VERSION###|${REVISION_NO}|g" cryptomator-cli.app/Contents/Info.plist
103+ echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode --output cryptomator-cli.app/Contents/embedded.provisionprofile
104+ working-directory : target
101105 env :
102106 VERSION_NO : ${{ needs.prepare.outputs.semVerNum }}
103107 REVISION_NO : ${{ needs.prepare.outputs.revisionNum }}
You can’t perform that action at this time.
0 commit comments