Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Adobels committed Apr 29, 2024
1 parent 79fbbcd commit 8449cef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
create-xcframework:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Checkout Project
uses: actions/checkout@v4
- name: swift-create-xcframework
uses: segment-integrations/swift-create-xcframework@v2.4
uses: segment-integrations/swift-create-xcframework@v2
env:
GITHUB_TOKEN: ${{ secrets.XCFRAMEWORK_SIGN_KEY }}

0 comments on commit 8449cef

Please sign in to comment.