diff --git a/.github/workflows/build_programs.yml b/.github/workflows/build_programs.yml index d016038d..22593633 100644 --- a/.github/workflows/build_programs.yml +++ b/.github/workflows/build_programs.yml @@ -13,7 +13,7 @@ jobs: project: [ExtractionTool, ProtectionScan] runtime: [win-x86, win-x64, win-arm64, linux-x64, linux-arm64, osx-x64] framework: [net8.0] #[net20, net35, net40, net452, net472, net48, netcoreapp3.1, net5.0, net6.0, net7.0, net8.0] - conf: [Release, Debug] + conf: [Debug] #[Release, Debug] steps: - uses: actions/checkout@v4