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 0a45ca9 commit d446104
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
with:
xcode-version: latest-stable
- name: Build XCFramework
run: |
sh ./.github/build.sh $PACKAGE_NAME
run: sh ./.github/build.sh $PACKAGE_NAME
- name: Upload artifact to Emerge
uses: EmergeTools/[email protected]
with:
build_type: release
artifact_path: ./${{ env.PACKAGE_NAME }}.xcframework.zip
artifact_path: ./build/${{ env.PACKAGE_NAME }}.xcframework.zip
emerge_api_key: ${{ secrets.EMERGE_API_KEY }}

0 comments on commit d446104

Please sign in to comment.