Skip to content

Commit df6dd88

Browse files
committed
fix tar of emscripten files
1 parent 3d341e3 commit df6dd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ 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+
tar -c -z -C ../emscripten.wasm_nl -f ../${{ steps.tag.outputs.release_tag }}-emscripten.tgz .
202202
203203
# Push Release to github
204204
- name: Push the release

0 commit comments

Comments
 (0)