add download artifact
This commit is contained in:
parent
feac830163
commit
a4e7de8c5e
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
@ -42,4 +42,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: version.zip
|
name: version.zip
|
||||||
path: version
|
path: version
|
||||||
|
download-artifact:
|
||||||
|
needs: [create-artifact]
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: download artifact
|
||||||
|
uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: version.zip
|
||||||
|
- name: list files
|
||||||
|
run: |
|
||||||
|
ls ${{ github.workspace }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user