Skip to content

Commit 9492495

Browse files
committed
Update
1 parent c30a717 commit 9492495

3 files changed

Lines changed: 5 additions & 56 deletions

File tree

.github/workflows/ci-debug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/ci-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -30,7 +30,7 @@ jobs:
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:

.github/workflows/jekyll-gh-pages.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)