diff --git a/.github/workflows/ci-debug.yml b/.github/workflows/ci-debug.yml index 3c290ac..e61cd96 100644 --- a/.github/workflows/ci-debug.yml +++ b/.github/workflows/ci-debug.yml @@ -27,4 +27,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: Bloxstrap (Debug) (${{ github.sha }}) - path: .\Bloxstrap\bin\Debug\net6.0-windows\win-x64\publish\* \ No newline at end of file + path: .\Bloxstrap\bin\Debug\net6.0-windows10.0.17763.0\win-x64\publish\* \ No newline at end of file diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 62fbb7a..5660436 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -31,7 +31,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: Bloxstrap (Release) (${{ github.sha }}) - path: .\Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\* + path: .\Bloxstrap\bin\Release\net6.0-windows10.0.17763.0\win-x64\publish\* release: needs: build diff --git a/Bloxstrap/Bloxstrap.csproj b/Bloxstrap/Bloxstrap.csproj index bb30ff6..cc45308 100644 --- a/Bloxstrap/Bloxstrap.csproj +++ b/Bloxstrap/Bloxstrap.csproj @@ -2,7 +2,7 @@ WinExe - net6.0-windows + net6.0-windows10.0.17763.0 enable true True