This commit is contained in:
lbl
2025-02-06 17:56:29 +08:00
parent f737f591b6
commit 46b37c0753
+4 -4
View File
@@ -86,7 +86,7 @@ jobs:
OS: ${{ matrix.OS }}
FEATURES: ${{ matrix.FEATURES }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Init submodules
uses: snickerbockers/submodules-init@v4
- name: Cargo cache
@@ -221,9 +221,9 @@ jobs:
cd ./artifacts
tar -czf vnt-$TARGET-$TAG.tar.gz *
- name: Archive artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: vnt-cli
name: vnt-cli-${{ matrix.TARGET }}
path: |
./artifacts
# deploys to github releases on tag
@@ -233,7 +233,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: vnt-cli
path: ./artifacts