Skip to content

Commit 225ec77

Browse files
committed
Fix swift-create-xcframeworks in create-release.yml
1 parent 578237e commit 225ec77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- name: Create xcframework
16-
uses: b3ll/swift-create-xcframework@v1.3.1
16+
uses: unsignedapps/swift-create-xcframework@v2.3.0
1717

1818
- name: Create Release
1919
id: create_release

0 commit comments

Comments
 (0)