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:
4
.github/workflows/buildRelease.yml
vendored
4
.github/workflows/buildRelease.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user