Try listing files.
This commit is contained in:
2
.github/workflows/run.yml
vendored
2
.github/workflows/run.yml
vendored
@@ -17,5 +17,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@master
|
uses: actions/download-artifact@master
|
||||||
with:
|
with:
|
||||||
name: build-output
|
name: build-output
|
||||||
|
- name: List files
|
||||||
|
run: ls -la
|
||||||
- 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