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
|
||||
uses: actions/download-artifact@master
|
||||
with:
|
||||
name: Build Output
|
||||
path: build/xdpfw
|
||||
name: build-output
|
||||
- name: run XDP FW with help menu
|
||||
run: ./build/xdpfw -h
|
||||
|
||||
Reference in New Issue
Block a user