We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00efdad commit c62ac4bCopy full SHA for c62ac4b
.github/workflows/publish.yml
@@ -15,6 +15,7 @@ jobs:
15
dotnet-version: |
16
2.2.x
17
6.0.x
18
+ 8.0.x
19
- name: Restore dependencies
20
run: dotnet restore ./GeometryDashAPI.sln
21
- name: Build
@@ -29,7 +30,7 @@ jobs:
29
30
- name: Setup .NET
31
uses: actions/setup-dotnet@v2
32
with:
- dotnet-version: 6.0.x
33
+ dotnet-version: 8.0.x
34
- name: Set Version
35
run: echo ${{ github.ref_name }} | sed -r "s/^v/GDAPI_VERSION=/" >> $GITHUB_ENV
36
.github/workflows/tests.yml
@@ -19,6 +19,7 @@ jobs:
22
23
24
25
0 commit comments