Skip to content

Commit 71e33d2

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Create NuGet package
4343
run: |
4444
pwd
45-
dir
45+
dir .\\nupkgs\
4646
dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
4747
4848
# # Publish to NuGet.org
@@ -63,5 +63,5 @@ jobs:
6363
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
6464
uses: softprops/action-gh-release@v1
6565
with:
66-
files: "nupkgs\\*.nupkg"
66+
files: ".\\nupkgs\\*.nupkg"
6767
tag_name: "v${{ env.release_version }}"

0 commit comments

Comments
 (0)