Skip to content

Commit 429d078

Browse files
author
Vadym Vikulin
committed
Publish iOS mesh(v6space) framework
1 parent 90fe99e commit 429d078

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/pkg.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)