From 6a10001d4096aacac326842563d575a7042515fe Mon Sep 17 00:00:00 2001 From: ciciplusplus <91161081+ciciplusplus@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:06:37 +0100 Subject: [PATCH] Update touchHLE_release.yml --- .github/workflows/touchHLE_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/touchHLE_release.yml b/.github/workflows/touchHLE_release.yml index c0d57ed945..cb4edabc35 100644 --- a/.github/workflows/touchHLE_release.yml +++ b/.github/workflows/touchHLE_release.yml @@ -49,7 +49,7 @@ jobs: - name: Test run: cargo test --target x86_64-apple-darwin - name: Build - run: cargo build --target x86_64-apple-darwin --release && mv target/release/touchHLE . + run: cargo build --target x86_64-apple-darwin --release && mv target/x86_64-apple-darwin/release/touchHLE . - uses: actions/upload-artifact@v3 with: name: touchHLE_macOS_x86_64