We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b202274 commit ca008c7Copy full SHA for ca008c7
.github/workflows/build-deps.yml
@@ -186,7 +186,7 @@ jobs:
186
Expand-Archive -LiteralPath emscripten_package.zip -DestinationPath emsdk\emscripten
187
Expand-Archive -LiteralPath llvm-arm64.zip -DestinationPath emsdk
188
cd emsdk
189
- Compress-Archive -Path * -DestinationPath wasm-binaries
+ Compress-Archive -Path * -DestinationPath wasm-binaries-arm64
190
191
- name: Archive wasm-binaries-arm64.zip
192
uses: actions/upload-artifact@v3
0 commit comments