1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-25 19:46:21 +00:00

fix tar of emscripten files

This commit is contained in:
Frank Halasz
2024-02-07 18:01:36 -08:00
parent 3d341e3bbd
commit df6dd883a6

View File

@@ -198,7 +198,7 @@ jobs:
working-directory: ./bin
run: |
./makeright wasm_nl
tar -c -z -C ../emscripten.wasm_nl -f ../${{ steps.tag.outputs.release_tag }}-emscripten.tgz *
tar -c -z -C ../emscripten.wasm_nl -f ../${{ steps.tag.outputs.release_tag }}-emscripten.tgz .
# Push Release to github
- name: Push the release