mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-08 00:14:35 +08:00
is it because i'm on windows, what do you want!?
This commit is contained in:
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 }}
|
||||
|
Reference in New Issue
Block a user