chore: weird issue
This commit is contained in:
parent
d27e6eb8b4
commit
2e9539c3c0
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd RaiNote.PacketMediator
|
cd RaiNote.PacketMediator
|
||||||
dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://forge.rainote.dev/api/packages/rainote/nuget/index.json
|
dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://forge.rainote.dev/api/packages/rainote/nuget/index.json
|
||||||
dotnet nuget push "*.snupkg" --api-key ${{secrets.nuget_api_key}} --source https://forge.rainote.dev/api/packages/rainote/nuget/index.json
|
|
||||||
|
|
||||||
generate-licences:
|
generate-licences:
|
||||||
needs: [ build, preprocess ]
|
needs: [ build, preprocess ]
|
||||||
|
|
Loading…
Reference in a new issue