Skip to content

Commit 52a3512

Browse files
committed
additional fix to tar of emscripten files
1 parent df6dd88 commit 52a3512

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/buildRelease.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ jobs:
198198
working-directory: ./bin
199199
run: |
200200
./makeright wasm_nl
201-
tar -c -z -C ../emscripten.wasm_nl -f ../${{ steps.tag.outputs.release_tag }}-emscripten.tgz .
201+
cd ../emscripten.wasm_nl
202+
tar -c -z -f ../${{ steps.tag.outputs.release_tag }}-emscripten.tgz *
202203
203204
# Push Release to github
204205
- name: Push the release

0 commit comments

Comments
 (0)