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
committed by GitHub
parent d0c4c7036b
commit fb8727ba68
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