Skip to content

Commit

Permalink
Update macOS build path in CI workflow for Geph client GUI packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Jun 26, 2024
1 parent 328a107 commit 04a136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
--hide-extension "Geph.app" \
--app-drop-link 425 120 \
"artifacts/${{ matrix.dir }}/geph-macos.dmg" \
"binaries/geph5-client-gui/target/release/bundle/osx/"
"target/release/bundle/osx/"
- name: Move .app and DMG to artifacts directory
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 04a136d

Please sign in to comment.