Skip to content

Commit dc365e1

Browse files
Add snupkg to nightly workflow artifacts
1 parent b912a8e commit dc365e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish-nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/upload-artifact@v3
2121
with:
2222
name: nupkgs
23-
path: "**/*.nupkg"
23+
path: "**/*.*nupkg"
2424
- name: Publish nupkg
2525
env:
2626
MYGET_API_KEY: ${{ secrets.MYGET_API_KEY }}

0 commit comments

Comments
 (0)