Publish xcframework

This commit is contained in:
WildCat 2022-01-09 13:01:21 +08:00
parent eab0326942
commit a3d8574e0d
1 changed files with 7 additions and 0 deletions

View File

@ -18,3 +18,10 @@ jobs:
make prepare-apple
cd hello
make all
- name: 'Upload xcframework'
uses: actions/upload-artifact@v2
with:
name: HelloFFI.xcframework
path: hello/target/HelloFFI.xcframework
retention-days: 7