Skip to content

Commit

Permalink
fix build artifact output (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen authored Nov 21, 2022
1 parent e7ae1ef commit 24b6436
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v3
with:
working-directory: "${{env.CODE_LOCATION}}/TFWhatsUp.Console/nupkg"
name: nuget-package
path: |
*.nupkg
path: "**/*.nupkg"
- name: Publish
if: github.ref == 'refs/heads/main'
working-directory: "${{env.CODE_LOCATION}}/TFWhatsUp.Console/nupkg"
Expand Down

0 comments on commit 24b6436

Please sign in to comment.