We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d183827 commit 7afbdbeCopy full SHA for 7afbdbe
.github/workflows/publish.yml
@@ -31,6 +31,8 @@ jobs:
31
run: |
32
echo "Contents of nupkg folder:"
33
dir nupkg
34
-
+
35
- name: Push to NuGet.org
36
+ working-directory: JetDatabaseReader
37
run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate
38
0 commit comments