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:
parent
df6dd883a6
commit
52a3512379
3
.github/workflows/buildRelease.yml
vendored
3
.github/workflows/buildRelease.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user