Skip to content

Commit 970b639

Browse files
committed
Add zip
1 parent 381d8a5 commit 970b639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Upload Artifact
4848
uses: actions/upload-artifact@v4
4949
with:
50-
name: ${{ steps.build.outputs.framework_name }}.xcframework
50+
name: ${{ steps.build.outputs.framework_name }}.xcframework.zip
5151
path: build/_package/${{ matrix.name }}/${{ steps.build.outputs.framework_name }}.xcframework.zip
5252
build-linux:
5353
defaults:

0 commit comments

Comments
 (0)