Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrankriyam authored Oct 10, 2024
1 parent a43fa7b commit 640a9df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Make Build executable
run: chmod +x script.sh
- name: Build
run: ./.github/build.sh
- name: Create RunveyKit XCFramework
- run: zip -r ./RunveyKit.xcframework.zip ./RunveyKit.xcframework
- name: Upload artifact to Emerge
uses: EmergeTools/[email protected]
Expand Down

0 comments on commit 640a9df

Please sign in to comment.