Use renamed artifact.
This commit is contained in:
3
.github/workflows/run.yml
vendored
3
.github/workflows/run.yml
vendored
@@ -16,7 +16,6 @@ jobs:
|
|||||||
- name: Download artifact from Build workflow
|
- name: Download artifact from Build workflow
|
||||||
uses: actions/download-artifact@master
|
uses: actions/download-artifact@master
|
||||||
with:
|
with:
|
||||||
name: Build Output
|
name: build-output
|
||||||
path: build/xdpfw
|
|
||||||
- name: run XDP FW with help menu
|
- name: run XDP FW with help menu
|
||||||
run: ./build/xdpfw -h
|
run: ./build/xdpfw -h
|
||||||
|
|||||||
Reference in New Issue
Block a user