Skip to content

Commit

Permalink
new: build ios
Browse files Browse the repository at this point in the history
  • Loading branch information
erikziyunchi committed Jul 10, 2024
1 parent f984834 commit 7f844a7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,13 @@ jobs:
gomobile init
- name: Build iOS
run: |
echo "TODO: implement me!"
make ios
- name: Upload iOS Artifact
uses: actions/upload-artifact@v4
with:
name: Watermob.xcframework
path: ./build/Watermob.xcframework
retention-days: 1

release:
needs:
Expand All @@ -97,5 +103,5 @@ jobs:
name: ${{ github.ref_name }}
files: |
release-${{ github.ref_name }}/**/*.aar
release-${{ github.ref_name }}/**/*.xcframework.tar.gz
release-${{ github.ref_name }}/**/*.xcframework
prerelease: true

0 comments on commit 7f844a7

Please sign in to comment.