We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5151ac5 commit cd78c1aCopy full SHA for cd78c1a
.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 emsdk-arm64
+ Compress-Archive -Path * -DestinationPath emsdk-arm64
190
191
- name: Archive llvm-arm64.zip
192
uses: actions/upload-artifact@v3
0 commit comments