Skip to content

Commit 423bcdf

Browse files
committed
fix(ci): run swift xcframework build from cktap-swift directory
1 parent 99abcf1 commit 423bcdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/swift-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
5757
5858
- name: Build xcframework
59-
run: bash cktap-swift/build-xcframework.sh
59+
working-directory: cktap-swift
60+
run: bash build-xcframework.sh
6061

6162
- name: Create archive and update checksum
6263
run: bash scripts/swift_create_xcframework_archive.sh

0 commit comments

Comments
 (0)