We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99abcf1 commit 423bcdfCopy full SHA for 423bcdf
.github/workflows/swift-release.yml
@@ -56,7 +56,8 @@ jobs:
56
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
57
58
- name: Build xcframework
59
- run: bash cktap-swift/build-xcframework.sh
+ working-directory: cktap-swift
60
+ run: bash build-xcframework.sh
61
62
- name: Create archive and update checksum
63
run: bash scripts/swift_create_xcframework_archive.sh
0 commit comments