diff --git a/.github/workflows/artifact.yml b/.github/workflows/artifact.yml index 4137d7a..10fc411 100644 --- a/.github/workflows/artifact.yml +++ b/.github/workflows/artifact.yml @@ -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: @@ -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