Fixing the two upload commit hashes got switched around
This commit is contained in:
@@ -113,11 +113,11 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- name: Intel
|
- name: Intel
|
||||||
build_sh: "arch -X86_64 .ci/build-mac.sh"
|
build_sh: "arch -X86_64 .ci/build-mac.sh"
|
||||||
UPLOAD_COMMIT_HASH: 8e21bdbc40711a3fccd18fbf17b742348b0f4281
|
UPLOAD_COMMIT_HASH: 51ae32f468089a8169aaf1567de355ff4a3e0842
|
||||||
UPLOAD_REPO_FULL_NAME: rpcs3/rpcs3-binaries-mac
|
UPLOAD_REPO_FULL_NAME: rpcs3/rpcs3-binaries-mac
|
||||||
- name: Apple Silicon
|
- name: Apple Silicon
|
||||||
build_sh: .ci/build-mac-arm64.sh
|
build_sh: .ci/build-mac-arm64.sh
|
||||||
UPLOAD_COMMIT_HASH: 51ae32f468089a8169aaf1567de355ff4a3e0842
|
UPLOAD_COMMIT_HASH: 8e21bdbc40711a3fccd18fbf17b742348b0f4281
|
||||||
UPLOAD_REPO_FULL_NAME: rpcs3/rpcs3-binaries-mac-arm64
|
UPLOAD_REPO_FULL_NAME: rpcs3/rpcs3-binaries-mac-arm64
|
||||||
name: RPCS3 Mac ${{ matrix.name }}
|
name: RPCS3 Mac ${{ matrix.name }}
|
||||||
runs-on: macos-14
|
runs-on: macos-14
|
||||||
|
|||||||
Reference in New Issue
Block a user