Skip to content

Commit b87dfd0

Browse files
authored
Fix NuGet include (#13)
1 parent 9f01277 commit b87dfd0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: publish
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- main
86
tags:
97
- '*'
108

@@ -59,5 +57,5 @@ jobs:
5957
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
6058
uses: softprops/action-gh-release@v1
6159
with:
62-
files: "nupkgs\\*.nupkg"
60+
files: "nupkgs/*.nupkg"
6361
tag_name: "v${{ env.release_version }}"

0 commit comments

Comments
 (0)