Update release CI (#3295)

In the release CI and related scripts, when comparing and printing to the CI,
use the most recent **ancestor** tag(s) for the release branch rather than
the most recent one(s).

And fix the build_wamr_sdk.yml and build_wamr_lldb.yml CIs.
This commit is contained in:
TianlongLiang
2024-04-09 16:51:36 +08:00
committed by GitHub
parent dacb3c4105
commit 4a29794a1b
4 changed files with 29 additions and 8 deletions

View File

@ -58,6 +58,12 @@ jobs:
sudo rm ${basename}
sudo mv wasi-sdk-* wasi-sdk
- name: download dependencies
run: |
cd ./wamr-app-framework/deps
./download.sh
working-directory: wamr-sdk
- name: generate wamr-sdk release
run: |
cd ./wamr-app-framework/wamr-sdk