Skip to content

Commit

Permalink
Merge pull request #3 from 4LT/Add-package-release-workflow
Browse files Browse the repository at this point in the history
Fix packaging to include path (maybe?)
  • Loading branch information
4LT authored Jul 3, 2022
2 parents 6b61efd + 7beb62c commit 33dfe01
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 33dfe01

Please sign in to comment.