Skip to content

Commit 5458fc5

Browse files
authored
Merge pull request #200 from p-x9/feature/fix-payload-repository_dispatch
Fix payload of `repository_dispatch` for update prebuilt binary
2 parents d2896c3 + 1e1b945 commit 5458fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-prebuild-spm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
--arg version "$VERSION" \
3838
--arg machOKitChecksum "$MACHOKIT_CHECKSUM" \
3939
--arg machOKitCChecksum "$MACHOKITC_CHECKSUM" \
40-
'{event_type: "update_binary_version", client_payload: {version: $version, mach-o_kit_checksum: $machOKitChecksum, mach-o_kit_c_checksum: $machOKitCChecksum}}')"
40+
'{event_type: "update_binary_version", client_payload: {version: $version, "mach-o_kit_checksum": $machOKitChecksum, "mach-o_kit_c_checksum": $machOKitCChecksum}}')"

0 commit comments

Comments
 (0)