diff --git a/.github/workflows/deploy-mathColoringGame.yml b/.github/workflows/deploy-mathColoringGame.yml index e6b1a38..beb941e 100644 --- a/.github/workflows/deploy-mathColoringGame.yml +++ b/.github/workflows/deploy-mathColoringGame.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.x + dotnet-version: 6.0.x - run: dotnet restore ${{ env.PROJECT_PATH}} @@ -37,5 +37,5 @@ jobs: - uses: csexton/release-asset-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN}} - pattern: MathColoringGame/bin/Release/net6.0-windows/win-x64/publish/*.exe + pattern: MathColoringGame/obj/Release/net6.0-windows/win-x64/publish/*.exe release-url: ${{ steps.create_release.outputs.upload_url }} diff --git a/MathColoringGame/MathColoringGame.csproj b/MathColoringGame/MathColoringGame.csproj index 0630ca6..06f545e 100644 --- a/MathColoringGame/MathColoringGame.csproj +++ b/MathColoringGame/MathColoringGame.csproj @@ -2,7 +2,7 @@ WinExe - net5.0-windows + net6.0-windows enable true true