Skip to content

Commit

Permalink
build-macos: copy statically built aeond into aeon-wallet-gui.app
Browse files Browse the repository at this point in the history
  • Loading branch information
stoffu committed Feb 25, 2022
1 parent b3e79ab commit 8f72550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
rm -rf build/
USE_SINGLE_BUILDDIR=1 make release-static -j3
cp build/release/bin/* ../build/release/bin/
cp build/release/bin/aeond ../build/release/bin/aeon-wallet-gui.app/Contents/MacOS/aeond
working-directory: monero
- name: archive
run: |
Expand Down

0 comments on commit 8f72550

Please sign in to comment.