[EGD-4062] switch release to RelWithDebInfo build
1 files changed, 2 insertions(+), 2 deletions(-) M .github/workflows/releases.yaml
M .github/workflows/releases.yaml => .github/workflows/releases.yaml +2 -2
@@ 28,8 28,8 @@ jobs: - name: "Build and package for RT1051" id: build_release_package run: | ./configure.sh rt1051 Debug && \ pushd build-rt1051-Debug && \ ./configure.sh rt1051 RelWithDebInfo && \ pushd build-rt1051-RelWithDebInfo && \ export JOBS=${JOBS:-`nproc`} && \ echo "JOBS=${JOBS}" && \ make -j ${JOBS} && \