Skip to content

Commit

Permalink
Syntax error in github workflow
Browse files Browse the repository at this point in the history
- Try fixing the problem by moving `working-directory` after the
  `with` stanza.

Signed-off-by: Derek G Foster <[email protected]>
  • Loading branch information
ffoulkes committed Nov 5, 2023
1 parent e10af2e commit 64741b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
./make-all.sh --target=dpdk --rpath
- name: Upload protobufs
working-directory: recipe
uses: actions/upload-artifact@v3
with:
name: protobufs
path: install/share/protobufs/*.tar.gz
working-directory: recipe

#---------------------------------------------------------------------
# 2-krnlmon_unit_tests
Expand Down

0 comments on commit 64741b1

Please sign in to comment.