Merge remote-tracking branch 'refs/remotes/origin/1.2.x'

This commit is contained in:
lbl
2025-09-23 09:16:58 +08:00
12 changed files with 137 additions and 2760 deletions
+5 -3
View File
@@ -220,8 +220,9 @@ jobs:
else
cargo build --package vnt-cli --release --target $TARGET --features $FEATURES
fi
- name: Compress artifacts
- name: List target
run: find ./target
- name: Compress
run: |
mkdir -p ./artifacts
if [[ $OS =~ ^windows.*$ ]]; then
@@ -259,7 +260,8 @@ jobs:
uses: actions/download-artifact@v4
with:
path: ./artifacts
- name: List
run: find ./artifacts
- name: Release
uses: svenstaro/upload-release-action@v2
with: