Skip to content

Commit

Permalink
Upload package artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Jan 16, 2025
1 parent 7301041 commit 13e82e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,9 @@ jobs:
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: .\build.ps1 publish --platform "Any CPU"
- name: Upload package artifact
uses: actions/upload-artifact@v4
with:
name: package
path: release/*.nupkg
if-no-files-found: error

0 comments on commit 13e82e6

Please sign in to comment.