Skip to content

Commit cd78c1a

Browse files
author
Evgeny Karpov
committed
* compress emsdk without root folder name
1 parent 5151ac5 commit cd78c1a

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 emsdk-arm64
189+
Compress-Archive -Path * -DestinationPath emsdk-arm64
190190
191191
- name: Archive llvm-arm64.zip
192192
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)