1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-11 23:43:19 +00:00

additional fix to tar of emscripten files

This commit is contained in:
Frank Halasz 2024-02-07 18:09:39 -08:00
parent df6dd883a6
commit 52a3512379

View File

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