1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-06 19:11:25 +00:00

Update buildRelease workflow to accomodate move from wasm_nl to wasm.

This commit is contained in:
Frank Halasz
2024-02-16 00:41:47 -08:00
parent 7564790bfe
commit 5f69aa4242

View File

@@ -532,8 +532,8 @@ jobs:
- name: Compile Maiko using Emscripten
working-directory: ./bin
run: |
./makeright wasm_nl
cd ../emscripten.wasm_nl
./makeright wasm
cd ../emscripten.wasm
tar -c -z -f ../${{ steps.tag.outputs.release_tag }}-emscripten.tgz *
# Push Release to github