Skip to content

Commit ca008c7

Browse files
author
Evgeny Karpov
committed
* fix wasm-binaries compress file name
1 parent b202274 commit ca008c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
Expand-Archive -LiteralPath emscripten_package.zip -DestinationPath emsdk\emscripten
187187
Expand-Archive -LiteralPath llvm-arm64.zip -DestinationPath emsdk
188188
cd emsdk
189-
Compress-Archive -Path * -DestinationPath wasm-binaries
189+
Compress-Archive -Path * -DestinationPath wasm-binaries-arm64
190190
191191
- name: Archive wasm-binaries-arm64.zip
192192
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)