From ee1886fad9e7313dd345769e4656cf5261967688 Mon Sep 17 00:00:00 2001 From: Zion Nimchuk Date: Mon, 12 Jan 2026 08:21:54 -0800 Subject: [PATCH] Fix windows aarch64 deploy --- .ci/deploy-windows-clang.sh | 2 +- .github/workflows/rpcs3.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/deploy-windows-clang.sh b/.ci/deploy-windows-clang.sh index 32c6f24808..5da455282c 100644 --- a/.ci/deploy-windows-clang.sh +++ b/.ci/deploy-windows-clang.sh @@ -50,7 +50,7 @@ fi # Generate sha256 hashes # Write to file for GitHub releases sha256sum "$BUILD" | awk '{ print $1 }' | tee "$BUILD.sha256" -echo "$(cat "$BUILD.sha256");$(stat -c %s "$BUILD")B" > GitHubReleaseMessage.txt +echo "$(cat "$BUILD.sha256");$(stat -c %s "$BUILD")B" > "$RELEASE_MESSAGE" # Move files to publishing directory mkdir -p "$ARTIFACT_DIR" diff --git a/.github/workflows/rpcs3.yml b/.github/workflows/rpcs3.yml index f9335f6265..40d971210e 100644 --- a/.github/workflows/rpcs3.yml +++ b/.github/workflows/rpcs3.yml @@ -345,6 +345,7 @@ jobs: name: ARM64 env: CCACHE_DIR: 'C:\ccache' + RELEASE_MESSAGE: ../GitHubReleaseMessage.txt name: RPCS3 Windows Clang ${{ matrix.arch }} runs-on: ${{ matrix.os }} steps: