File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 dotnet-version : 9.0.x
1919 # 恢复依赖项
2020 - name : Restore dependencies
21- run : dotnet restore
21+ run : dotnet restore .\src\RelativeControl.Avalonia\RelativeControl.Avalonia.csproj
2222 # 构建项目
2323 - name : Build project
24- run : dotnet build .\src\RelativeControl.Avalonia\RelativeControl.Avalonia.csproj --configuration Releas
24+ run : dotnet build .\src\RelativeControl.Avalonia\RelativeControl.Avalonia.csproj --configuration Release
2525 # 发布到 GitHub Packages
2626 - name : Publish Packages to GitHub Packages
2727 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 }}
Original file line number Diff line number Diff line change 1818 dotnet-version : 9.0.x
1919 # 恢复依赖项
2020 - name : Restore dependencies
21- run : dotnet restore
21+ run : dotnet restore .\src\RelativeControl.Avalonia\RelativeControl.Avalonia.csproj
2222 # 构建项目
2323 - name : Build project
2424 run : dotnet build .\src\RelativeControl.Avalonia\RelativeControl.Avalonia.csproj --configuration Release
You can’t perform that action at this time.
0 commit comments