Skip to content

Commit

Permalink
zip a tad different
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 25, 2024
1 parent 47e92cd commit 9db4976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: cryptomator-cli-mac-${{ matrix.architecture }}
path: ./target/cryptomator-cli.app
path: ./target/cryptomator-cli*.app #Cheat to include the parent *app dir in the archive
if-no-files-found: error
- name: Patch .app dir
run: |
Expand Down

0 comments on commit 9db4976

Please sign in to comment.