mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 09:21:57 +08:00
something to do with this right, maybe
This commit is contained in:
parent
fa7186143f
commit
40b331b4a0
2
.github/workflows/nightly_release.yml
vendored
2
.github/workflows/nightly_release.yml
vendored
@ -48,6 +48,6 @@ jobs:
|
||||
run: dotnet pack -c Release -o package tools/UglyToad.PdfPig.Package/UglyToad.PdfPig.Package.csproj
|
||||
|
||||
- name: Publish Nuget to GitHub registry
|
||||
run: dotnet nuget push **\*.nupkg -k ${{secrets.NUGET_API_KEY}} -n -s https://api.nuget.org/v3/index.json
|
||||
run: dotnet nuget push "**/*.nupkg" -k ${{secrets.NUGET_API_KEY}} -n -s https://api.nuget.org/v3/index.json
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user