Skip to content

Commit 7afbdbe

Browse files
committed
Fix NuGet package path in GitHub Actions workflow
1 parent d183827 commit 7afbdbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: |
3232
echo "Contents of nupkg folder:"
3333
dir nupkg
34-
34+
3535
- name: Push to NuGet.org
36+
working-directory: JetDatabaseReader
3637
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

Comments
 (0)