Skip to content

Commit

Permalink
Add snupkg to nightly workflow artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Jul 28, 2023
1 parent b912a8e commit dc365e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: nupkgs
path: "**/*.nupkg"
path: "**/*.*nupkg"
- name: Publish nupkg
env:
MYGET_API_KEY: ${{ secrets.MYGET_API_KEY }}
Expand Down

0 comments on commit dc365e1

Please sign in to comment.