Skip to content

Commit 502e34e

Browse files
committed
Correct xcframework path
1 parent ecf19f8 commit 502e34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-temporal-core-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425

426426
- name: Package and upload XCFramework
427427
run: |
428-
zip -r "${{ env.XCFRAMEWORK_NAME }}.zip" "xcframework/${{ env.XCFRAMEWORK_NAME }}"
428+
zip -r "${{ env.XCFRAMEWORK_NAME }}.zip" "macos-libraries/${{ env.XCFRAMEWORK_NAME }}"
429429
430430
gh release upload "${{ needs.setup.outputs.release_tag }}" \
431431
"${{ env.XCFRAMEWORK_NAME }}.zip" \

0 commit comments

Comments
 (0)