From a07b4cf3837916c0a40c544909b4cc1f23b95874 Mon Sep 17 00:00:00 2001 From: Iulian Mandache <25257851+iul1an@users.noreply.github.com> Date: Wed, 30 Jul 2025 17:15:34 +0300 Subject: [PATCH] (chore) build with debug symbols --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9857fc0..f843a0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,6 +260,8 @@ jobs: # We're using docker buildx, which doesn't actually load the images it # builds by default. Specifying --load does so. BUILD_ARGS: "--load" + # Build with debug symbols + DEBUG: 1 - name: Publish Artifacts to GitHub uses: actions/upload-artifact@v4