Update release notes and fix issues reported by Coverity (#1813)

This commit is contained in:
Wenyong Huang
2022-12-16 14:16:58 +08:00
parent fe210f02f2
commit 7db49db777
4 changed files with 11 additions and 8 deletions

View File

@ -28,7 +28,7 @@ jobs:
docker build -t wasm-debug-server:${{ inputs.ver_num }} .
docker save -o wasm-debug-server.tar wasm-debug-server:${{ inputs.ver_num }}
working-directory: test-tools/wamr-ide/WASM-Debug-Server/Docker
- name: compress the tar file
run: |
tar czf wasm-debug-server-${{ inputs.ver_num }}.tar.gz wasm-debug-server.tar
@ -86,4 +86,4 @@ jobs:
asset_path: test-tools/wamr-ide/WASM-Toolchain/Docker/wasm-toolchain-${{ inputs.ver_num }}.zip
asset_name: wasm-toolchain-${{ inputs.ver_num }}.zip
asset_content_type: application/zip