File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212
1313 - uses : actions/setup-dotnet@v5
1414 with :
15- dotnet-version : ' 6 .0.x'
15+ dotnet-version : ' 9 .0.x'
1616
1717 - name : Restore dependencies
1818 run : dotnet restore BoneFish.sln
@@ -24,11 +24,11 @@ jobs:
2424 run : dotnet publish -p:PublishSingleFile=true -p:CommitHash=${{ github.sha }} -p:CommitRef=${{ github.ref_type }}/${{ github.ref_name }} -r win-x64 -c Debug --self-contained false .\Bloxstrap\Bloxstrap.csproj
2525
2626 - name : Rename output
27- run : ren .\Bloxstrap\bin\Debug\net6 .0-windows\win-x64\publish\BoneFish.exe BoneFish.exe 2>$null || echo "File already named correctly"
27+ run : ren .\Bloxstrap\bin\Debug\net9 .0-windows\win-x64\publish\BoneFish.exe BoneFish.exe 2>$null || echo "File already named correctly"
2828
2929 - name : Upload Artifact
3030 uses : actions/upload-artifact@v7
3131 with :
3232 name : BoneFish-Debug
33- path : .\Bloxstrap\bin\Debug\net6 .0-windows\win-x64\publish\BoneFish.exe
33+ path : .\Bloxstrap\bin\Debug\net9 .0-windows\win-x64\publish\BoneFish.exe
3434 if-no-files-found : error
Original file line number Diff line number Diff line change 1515
1616 - uses : actions/setup-dotnet@v5
1717 with :
18- dotnet-version : ' 6 .0.x'
18+ dotnet-version : ' 9 .0.x'
1919
2020 - name : Restore dependencies
2121 run : dotnet restore BoneFish.sln
3030 uses : actions/upload-artifact@v7
3131 with :
3232 name : BoneFish-Release
33- path : .\Bloxstrap\bin\Release\net6 .0-windows\win-x64\publish\BoneFish.exe
33+ path : .\Bloxstrap\bin\Release\net9 .0-windows\win-x64\publish\BoneFish.exe
3434 if-no-files-found : error
3535
3636 release :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments