diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2f02c37..3970395 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v3 with: - dotnet-version: 8.0.2 + dotnet-version: 8.0.x - name: Build run: dotnet publish -c Release -o ./publish