Fix windows aarch64 deploy
This commit is contained in:
@@ -50,7 +50,7 @@ fi
|
|||||||
# Generate sha256 hashes
|
# Generate sha256 hashes
|
||||||
# Write to file for GitHub releases
|
# Write to file for GitHub releases
|
||||||
sha256sum "$BUILD" | awk '{ print $1 }' | tee "$BUILD.sha256"
|
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
|
# Move files to publishing directory
|
||||||
mkdir -p "$ARTIFACT_DIR"
|
mkdir -p "$ARTIFACT_DIR"
|
||||||
|
|||||||
@@ -345,6 +345,7 @@ jobs:
|
|||||||
name: ARM64
|
name: ARM64
|
||||||
env:
|
env:
|
||||||
CCACHE_DIR: 'C:\ccache'
|
CCACHE_DIR: 'C:\ccache'
|
||||||
|
RELEASE_MESSAGE: ../GitHubReleaseMessage.txt
|
||||||
name: RPCS3 Windows Clang ${{ matrix.arch }}
|
name: RPCS3 Windows Clang ${{ matrix.arch }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user