From 04a136d71d8fda36e7ea759e225ae2a8b112c443 Mon Sep 17 00:00:00 2001 From: nullchinchilla Date: Wed, 26 Jun 2024 19:16:19 -0400 Subject: [PATCH] Update macOS build path in CI workflow for Geph client GUI packaging --- .github/workflows/build_and_upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_upload.yml b/.github/workflows/build_and_upload.yml index f60e438..6b0e1a9 100644 --- a/.github/workflows/build_and_upload.yml +++ b/.github/workflows/build_and_upload.yml @@ -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'