We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381d8a5 commit 970b639Copy full SHA for 970b639
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Upload Artifact
48
uses: actions/upload-artifact@v4
49
with:
50
- name: ${{ steps.build.outputs.framework_name }}.xcframework
+ name: ${{ steps.build.outputs.framework_name }}.xcframework.zip
51
path: build/_package/${{ matrix.name }}/${{ steps.build.outputs.framework_name }}.xcframework.zip
52
build-linux:
53
defaults:
0 commit comments