Publish xcframework
This commit is contained in:
parent
eab0326942
commit
a3d8574e0d
|
@ -18,3 +18,10 @@ jobs:
|
||||||
make prepare-apple
|
make prepare-apple
|
||||||
cd hello
|
cd hello
|
||||||
make all
|
make all
|
||||||
|
|
||||||
|
- name: 'Upload xcframework'
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: HelloFFI.xcframework
|
||||||
|
path: hello/target/HelloFFI.xcframework
|
||||||
|
retention-days: 7
|
Loading…
Reference in New Issue