Skip to content

Commit 2e3663c

Browse files
committed
ci: of course I forget
1 parent b9c166d commit 2e3663c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
- name: Setup .NET 6 SDK
10+
- name: Setup .NET SDK
1111
uses: actions/setup-dotnet@v3
1212
with:
13-
dotnet-version: 6.0.x
13+
dotnet-version: 8.0.x
1414
- name: restore
1515
run: dotnet restore
1616
- name: build
@@ -22,10 +22,10 @@ jobs:
2222
if: startsWith(github.ref, 'refs/tags/')
2323
steps:
2424
- uses: actions/checkout@v3
25-
- name: Setup .NET 6 SDK
25+
- name: Setup .NET SDK
2626
uses: actions/setup-dotnet@v3
2727
with:
28-
dotnet-version: 6.0.x
28+
dotnet-version: 8.0.x
2929
- name: pack
3030
run: dotnet pack --configuration Release -o ./bin/nupkg
3131
- name: push

0 commit comments

Comments
 (0)