change dotnet 6

This commit is contained in:
Natlinux81
2023-06-28 17:52:59 +02:00
parent 31529614ab
commit 4992553907
2 changed files with 3 additions and 3 deletions

View File

@@ -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 }}