Skip to content

Commit

Permalink
update uses to run, to fix an error Can\'t find \'action.yml\', \'act…
Browse files Browse the repository at this point in the history
…ion.yaml\' or \'Dockerfile\' under
  • Loading branch information
Adobels committed May 2, 2024
1 parent 71d4dd7 commit 7b19132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@v4.1.4
- name: swift-create-xcframework
uses: ./buildxcf.sh
- name: Build XCFramework
run: ./buildxcf.sh
env:
XCFRAMEWORK_SIGN_KEY: ${{secrets.XCFRAMEWORK_SIGN_KEY}}

0 comments on commit 7b19132

Please sign in to comment.