diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9657f83..4735cd4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,7 @@ jobs: dotnet-version: | 2.2.x 6.0.x + 8.0.x - name: Restore dependencies run: dotnet restore ./GeometryDashAPI.sln - name: Build @@ -29,7 +30,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Set Version run: echo ${{ github.ref_name }} | sed -r "s/^v/GDAPI_VERSION=/" >> $GITHUB_ENV - name: Restore dependencies diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 09ccb66..3969fd2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,7 @@ jobs: dotnet-version: | 2.2.x 6.0.x + 8.0.x - name: Restore dependencies run: dotnet restore ./GeometryDashAPI.sln - name: Build