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 9a1e516 commit 1596d22Copy full SHA for 1596d22
.github/workflows/publish.yml
@@ -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: "\\*\\*.nupkg"
67
tag_name: "v${{ env.release_version }}"
0 commit comments