Download artifact from Build workflow in Run.

This commit is contained in:
Christian Deacon
2021-12-06 01:27:57 -06:00
committed by GitHub
parent 4e578b0c38
commit 525f11cb74

View File

@@ -13,6 +13,10 @@ jobs:
needs: reuse_build needs: reuse_build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - name: Download artifact from Build workflow
uses: actions/download-artifact@master
with:
name: Build Output
path: build/xdpfw
- name: run XDP FW with help menu - name: run XDP FW with help menu
run: xdpfw -h run: ./build/xdpfw -h