added download artifact process
This commit is contained in:
parent
b45f07a6cb
commit
048b9cfe0e
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -36,6 +36,16 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: Build # run after Build job
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Download Build Directory
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: build
|
||||
|
||||
- name: List Build Files
|
||||
run: ls -R build
|
||||
|
||||
- name: test
|
||||
run: |
|
||||
cd build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user