v3
This commit is contained in:
@@ -86,7 +86,7 @@ jobs:
|
|||||||
OS: ${{ matrix.OS }}
|
OS: ${{ matrix.OS }}
|
||||||
FEATURES: ${{ matrix.FEATURES }}
|
FEATURES: ${{ matrix.FEATURES }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Init submodules
|
- name: Init submodules
|
||||||
uses: snickerbockers/submodules-init@v4
|
uses: snickerbockers/submodules-init@v4
|
||||||
- name: Cargo cache
|
- name: Cargo cache
|
||||||
@@ -221,7 +221,7 @@ jobs:
|
|||||||
cd ./artifacts
|
cd ./artifacts
|
||||||
tar -czf vnt-$TARGET-$TAG.tar.gz *
|
tar -czf vnt-$TARGET-$TAG.tar.gz *
|
||||||
- name: Archive artifact
|
- name: Archive artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: vnt-cli
|
name: vnt-cli
|
||||||
path: |
|
path: |
|
||||||
@@ -233,7 +233,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: vnt-cli
|
name: vnt-cli
|
||||||
path: ./artifacts
|
path: ./artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user