Skip to content

Commit 4389cc1

Browse files
committed
use correct paths
1 parent 8e18943 commit 4389cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
NATIVE_ACCESS_PACKAGE: org.cryptomator.jfuse.mac
100100
- name: Patch .app dir
101101
run: |
102-
cp LICENSE.txt target/cryptomator-cli.app
103-
cp target/cryptomator-cli_completion.sh target/cryptomator-cli.app
102+
cp ../LICENSE.txt cryptomator-cli.app
103+
cp cryptomator-cli_completion.sh cryptomator-cli.app
104104
sed -i '' "s|###BUNDLE_SHORT_VERSION_STRING###|${VERSION_NO}|g" cryptomator-cli.app/Contents/Info.plist
105105
sed -i '' "s|###BUNDLE_VERSION###|${REVISION_NO}|g" cryptomator-cli.app/Contents/Info.plist
106106
echo -n "$PROVISIONING_PROFILE_BASE64" | base64 --decode -o "cryptomator-cli.app/Contents/embedded.provisionprofile"

0 commit comments

Comments
 (0)