File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,27 @@ jobs:
3333 - name : Run iOS build command
3434 run : |
3535 ./contrib/mobile/build -i
36- ls -la *
3736
3837 - name : Get version
3938 id : get_version
4039 run : |
4140 PKGVERSION=$(sh -c './contrib/semver/version.sh --bare')
4241 echo "PKGVERSION=$PKGVERSION" >> $GITHUB_ENV
4342
43+ - name : Archive Mesh.xcframework to zip
44+ run : |
45+ zip -r mesh.zip Mesh.xcframework
46+
47+ - name : Publish iOS framework to Maven repo
48+ uses : RiV-chain/copy-local-file-maven-action@main
49+ with :
50+ artifact_repo : RiV-chain/artifact
51+ artifact_path : mesh.zip
52+ gh_pat : ${{ secrets.MAVEN_PAT }}
53+ artifact_id : v6space
54+ group_id : org.rivchain
55+ version : ${{ env.PKGVERSION }}
56+
4457 build-libs-android :
4558
4659 name : Build libs (Android)
You can’t perform that action at this time.
0 commit comments