Skip to content

Commit c437fe9

Browse files
hcorionAniLeo
authored andcommitted
Fixing the two upload commit hashes got switched around
1 parent c93ee3d commit c437fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rpcs3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ jobs:
113113
include:
114114
- name: Intel
115115
build_sh: "arch -X86_64 .ci/build-mac.sh"
116-
UPLOAD_COMMIT_HASH: 8e21bdbc40711a3fccd18fbf17b742348b0f4281
116+
UPLOAD_COMMIT_HASH: 51ae32f468089a8169aaf1567de355ff4a3e0842
117117
UPLOAD_REPO_FULL_NAME: rpcs3/rpcs3-binaries-mac
118118
- name: Apple Silicon
119119
build_sh: .ci/build-mac-arm64.sh
120-
UPLOAD_COMMIT_HASH: 51ae32f468089a8169aaf1567de355ff4a3e0842
120+
UPLOAD_COMMIT_HASH: 8e21bdbc40711a3fccd18fbf17b742348b0f4281
121121
UPLOAD_REPO_FULL_NAME: rpcs3/rpcs3-binaries-mac-arm64
122122
name: RPCS3 Mac ${{ matrix.name }}
123123
runs-on: macos-14

0 commit comments

Comments
 (0)