diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11264ef..f13af96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,7 @@ jobs: working-directory: WebAPI run: | dotnet build --configuration Release --no-restore - dotnet publish --configuration Release --framework net8.0 --runtime linux-x64 --self-contained false --output ./WebApiBuild + dotnet publish --configuration Release --framework net9.0 --runtime linux-x64 --self-contained false --output ./WebApiBuild - name: Upload artifact uses: actions/upload-artifact@v4 with: