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