Skip to content

Commit

Permalink
Create dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adobels committed Apr 29, 2024
1 parent cd5bb50 commit 6d5841c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: swift-create-xcframework

on:
push:
branches:
- develop

jobs:
create-xcframework:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: unsignedapps/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.XCFRAMEWORK_SIGN_KEY }}

0 comments on commit 6d5841c

Please sign in to comment.