Browse Source

ci: revise auto-release ci file.

pull/1047/head
AsakusaRinne 2 years ago
parent
commit
9fb1751eb9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml View File

@@ -94,7 +94,7 @@ jobs:
path: './packages'

- name: Add myget nuget source
run: dotnet nuget add source https://www.myget.org/F/rinne/api/v3/package --name myget.org
run: dotnet nuget add source https://www.myget.org/F/rinne/api/v2/package --name myget.org

- name: Push TensorFlow.NET to myget.org
run: dotnet nuget push .\packages\TensorFlow*.nupkg -s myget.org -k $env:MYGET_API_TOKEN --skip-duplicate

Loading…
Cancel
Save