From 3a635e2486528b5cfbeeeedbdd67696967da43b8 Mon Sep 17 00:00:00 2001
From: Cyrix126 <58007246+Cyrix126@users.noreply.github.com>
Date: Wed, 11 Dec 2024 20:52:52 +0100
Subject: [PATCH] fix: CI macos

wrong path
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5d1f6fa..ba4e052 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
           mv target/aarch64-apple-darwin/release/bundle/osx/Gupaxx.app Gupaxx-macos-arm64.app
           cargo bundle --release  --target x86_64-apple-darwin --features=bundle
           cargo bundle --release --target aarch64-apple-darwin --features=bundle
-          mv target/release/bundle/osx/Gupaxx.app Gupaxx-macos-x64.app_b
+          mv target/x86_64-apple-darwin/release/bundle/osx/Gupaxx.app Gupaxx-macos-x64.app_b
           mv target/aarch64-apple-darwin/release/bundle/osx/Gupaxx.app Gupaxx-macos-arm64.app_b
           tar -cf macos.tar Gupaxx-macos-arm64.app Gupaxx-macos-x64.app Gupaxx-macos-arm64.app_b Gupaxx-macos-x64.app_b
         elif [ "$RUNNER_OS" == "Linux" ]; then