Skip to content

Commit ff42d59

Browse files
committed
fix(workflow): xcframework artifact path
1 parent f5e1c2d commit ff42d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ jobs:
428428
name: memory-${{ matrix.name }}${{ matrix.arch && format('-{0}', matrix.arch) || '' }}${{ matrix.variant && format('-{0}', matrix.variant) || '' }}
429429
path: |
430430
dist/memory.*
431-
dist/memory-*.xcframework
431+
dist/memory-*.xcframework.zip
432432
if-no-files-found: error
433433

434434
release:

0 commit comments

Comments
 (0)