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 9f01277 commit b87dfd0Copy full SHA for b87dfd0
1 file changed
.github/workflows/publish.yml
@@ -3,8 +3,6 @@ name: publish
3
on:
4
workflow_dispatch:
5
push:
6
- branches:
7
- - main
8
tags:
9
- '*'
10
@@ -59,5 +57,5 @@ jobs:
59
57
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
60
58
uses: softprops/action-gh-release@v1
61
with:
62
- files: "nupkgs\\*.nupkg"
+ files: "nupkgs/*.nupkg"
63
tag_name: "v${{ env.release_version }}"
0 commit comments