Skip to content

Commit 9a1e516

Browse files
authored
Update publish.yml
1 parent 01c4727 commit 9a1e516

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ jobs:
4141
# Pack the NuGet package
4242
- name: Create NuGet package
4343
run: |
44-
pwd
45-
ls .
44+
Get-ChildItem -Path .\
4645
dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
47-
dir .\\nupkgs\
46+
Get-ChildItem -Path .\nupkgs\
4847
4948
# # Publish to NuGet.org
5049
# - name: Push to NuGet

0 commit comments

Comments
 (0)