Skip to content

Commit

Permalink
Fix Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
b3ll committed Feb 4, 2023
1 parent 7d1bf0c commit 3b12eaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Expand Up @@ -12,13 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup Swift 5.6.1
- name: Setup Swift 5.7
uses: swift-actions/setup-swift@v1
with:
swift-version: '5.6.1'
swift-version: '5.7'

- name: Create xcframework
uses: b3ll/swift-create-xcframework@main
uses: unsignedapps/swift-create-xcframework@v2.3.0

- name: Create Release
id: create_release
Expand Down

0 comments on commit 3b12eaa

Please sign in to comment.