mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
release.yml Changed Push to follow examples
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
||||
|
||||
- name: Upload to NuGet
|
||||
run: |
|
||||
dotnet nuget push ./bin/Release/*.nupkg --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json
|
||||
dotnet nuget push -s https://api.nuget.org/v3/index.json -k $NUGET_AUTH_TOKEN */bin/Release/*.nupkg
|
||||
env:
|
||||
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user