Skip to content

Commit

Permalink
ci: fix macos bundle copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
anfragment committed Nov 20, 2023
1 parent 103acd3 commit 6b703b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Archive MacOS App Bundle
if: runner.os == 'macOS'
run: |
cp build/bin/Zen-${{ matrix.arch }}.app Zen.app
cp -a build/bin/Zen-${{ matrix.arch }}.app Zen.app
ditto -c -k --keepParent Zen.app Zen_darwin_${{ matrix.arch }}.zip
rm Zen.app
- name: Upload MacOS Artifact
Expand Down

0 comments on commit 6b703b7

Please sign in to comment.