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