Skip to content

Commit 01c4727

Browse files
authored
Update publish.yml
1 parent 71e33d2 commit 01c4727

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
- name: Create NuGet package
4343
run: |
4444
pwd
45-
dir .\\nupkgs\
45+
ls .
4646
dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
47+
dir .\\nupkgs\
4748
4849
# # Publish to NuGet.org
4950
# - name: Push to NuGet

0 commit comments

Comments
 (0)