We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e1c2d commit ff42d59Copy full SHA for ff42d59
1 file changed
.github/workflows/main.yml
@@ -428,7 +428,7 @@ jobs:
428
name: memory-${{ matrix.name }}${{ matrix.arch && format('-{0}', matrix.arch) || '' }}${{ matrix.variant && format('-{0}', matrix.variant) || '' }}
429
path: |
430
dist/memory.*
431
- dist/memory-*.xcframework
+ dist/memory-*.xcframework.zip
432
if-no-files-found: error
433
434
release:
0 commit comments