File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 run : dotnet build ./src/RelativeControl.Avalonia/RelativeControl.Avalonia.csproj --configuration Release
2525 # 发布到 GitHub Packages
2626 - name : Publish Packages to GitHub Packages
27- run : dotnet nuget push "./src/RelativeControl.Avalonia/bin/Release/*.nupkg" --source https://nuget.pkg.github.com/metaone01/index.json --api-key ${{ secrets.NUGET_API_KEY }}
27+ run : dotnet nuget push "./src/RelativeControl.Avalonia/bin/Release/*.nupkg" --source https://nuget.pkg.github.com/metaone01/index.json --api-key ${{ secrets.PACKAGE_API_KEY }}
2828 - name : Publish Package Symbols to GitHub Packages
29- run : dotnet nuget push "./src/RelativeControl.Avalonia/bin/Release/*.snupkg" --source https://nuget.pkg.github.com/metaone01/index.json --api-key ${{ secrets.NUGET_API_KEY }}
29+ run : dotnet nuget push "./src/RelativeControl.Avalonia/bin/Release/*.snupkg" --source https://nuget.pkg.github.com/metaone01/index.json --api-key ${{ secrets.PACKAGE_API_KEY }}
3030
You can’t perform that action at this time.
0 commit comments