We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6dd88 commit 52a3512Copy full SHA for 52a3512
.github/workflows/buildRelease.yml
@@ -198,7 +198,8 @@ jobs:
198
working-directory: ./bin
199
run: |
200
./makeright wasm_nl
201
- tar -c -z -C ../emscripten.wasm_nl -f ../${{ steps.tag.outputs.release_tag }}-emscripten.tgz .
+ cd ../emscripten.wasm_nl
202
+ tar -c -z -f ../${{ steps.tag.outputs.release_tag }}-emscripten.tgz *
203
204
# Push Release to github
205
- name: Push the release
0 commit comments