Skip to content

Commit 6f83ea0

Browse files
authored
Merge pull request #44 from stricq/dev
Fix path separator
2 parents c2fd272 + c4f904f commit 6f83ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
- name: Publish Nuget
8888
env:
8989
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
90-
run: dotnet nuget push "$NUGET_DIR\*.nupkg" -k "$NUGET_API_KEY" -s https://api.nuget.org/v3/index.json
90+
run: dotnet nuget push "$NUGET_DIR/*.nupkg" -k "$NUGET_API_KEY" -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)