Skip to content

Commit c62ac4b

Browse files
committed
fix publish pipeline
1 parent 00efdad commit c62ac4b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
dotnet-version: |
1616
2.2.x
1717
6.0.x
18+
8.0.x
1819
- name: Restore dependencies
1920
run: dotnet restore ./GeometryDashAPI.sln
2021
- name: Build
@@ -29,7 +30,7 @@ jobs:
2930
- name: Setup .NET
3031
uses: actions/setup-dotnet@v2
3132
with:
32-
dotnet-version: 6.0.x
33+
dotnet-version: 8.0.x
3334
- name: Set Version
3435
run: echo ${{ github.ref_name }} | sed -r "s/^v/GDAPI_VERSION=/" >> $GITHUB_ENV
3536
- name: Restore dependencies

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
dotnet-version: |
2020
2.2.x
2121
6.0.x
22+
8.0.x
2223
- name: Restore dependencies
2324
run: dotnet restore ./GeometryDashAPI.sln
2425
- name: Build

0 commit comments

Comments
 (0)