Skip to content

Commit 1b77381

Browse files
authored
Update publish.yml
1 parent 1fba8dd commit 1b77381

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ jobs:
4040

4141
# Pack the NuGet package
4242
- name: Create NuGet package
43-
run: dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
43+
run: |
44+
pwd
45+
dir
46+
dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
4447
4548
# # Publish to NuGet.org
4649
# - name: Push to NuGet

0 commit comments

Comments
 (0)