Skip to content

Commit

Permalink
Fix packaging to include path (maybe?)
Browse files Browse the repository at this point in the history
  • Loading branch information
4LT committed Jul 3, 2022
1 parent 18142fb commit 7beb62c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ntcn-${{ github.event.release.tag_name }}
path: build/ntcn/
path: |
build/ntcn/

0 comments on commit 7beb62c

Please sign in to comment.