We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a9ae5 commit 8cbaba3Copy full SHA for 8cbaba3
1 file changed
.github/workflows/dotnetcore.yml
@@ -21,4 +21,4 @@ jobs:
21
- name: Test with dotnet
22
run: dotnet test --configuration Release
23
- name: Push to GitHub Package
24
- run: dotnet nuget push "DirectSQL/bin/Release/DirectSQL.*.nupkg" --skip-duplicate
+ run: dotnet nuget push "DirectSQL/bin/Release/DirectSQL.*.nupkg" --skip-duplicate
0 commit comments