We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a517ae commit 8e5ae99Copy full SHA for 8e5ae99
.github/workflows/build-mac.yml
@@ -93,11 +93,6 @@ jobs:
93
JP_APP_VERSION: ${{ needs.prepare.outputs.semVerNum }}
94
APP_VERSION: ${{ needs.prepare.outputs.semVerStr }}
95
NATIVE_ACCESS_PACKAGE: org.cryptomator.jfuse.mac
96
- - uses: actions/upload-artifact@v4
97
- with:
98
- name: cryptomator-cli-mac-${{ matrix.architecture }}
99
- path: ./target/cryptomator-cli.app
100
- if-no-files-found: error
101
- name: Patch .app dir
102
run: |
103
sed -i '' "s|###BUNDLE_SHORT_VERSION_STRING###|${VERSION_NO}|g" ./target/cryptomator-cli.app/Contents/Info.plist
0 commit comments