Skip to content

Commit

Permalink
Fix for rel dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Jun 26, 2024
1 parent 939eba5 commit 054f5f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ jobs:
run: |
cargo install cargo-bundle
cargo bundle --release
mkdir -p psst-gui/target/release/bundle/osx/Psst.app/Contents/MacOS
cp target/release/psst-gui psst-gui/target/release/bundle/osx/Psst.app/Contents/MacOS/psst-gui
mkdir -p target/release/bundle/osx/Psst.app/Contents/MacOS
cp ../target/release/psst-gui target/release/bundle/osx/Psst.app/Contents/MacOS/psst-gui
working-directory: psst-gui

- name: Create macOS Disk Image
if: runner.os == 'macOS'
Expand Down

0 comments on commit 054f5f0

Please sign in to comment.