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 e6ea3cf..c242c8d 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