We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b77381 commit 71e33d2Copy full SHA for 71e33d2
.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Create NuGet package
43
run: |
44
pwd
45
- dir
+ dir .\\nupkgs\
46
dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
47
48
# # Publish to NuGet.org
@@ -63,5 +63,5 @@ jobs:
63
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
64
uses: softprops/action-gh-release@v1
65
with:
66
- files: "nupkgs\\*.nupkg"
+ files: ".\\nupkgs\\*.nupkg"
67
tag_name: "v${{ env.release_version }}"
0 commit comments