diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dbf347..fccefcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,10 +90,10 @@ jobs: cd test scons platform=${{ matrix.platform }} target=debug ${{ matrix.flags }} build_library=no - - name: Build test and godot-cpp (release) + - name: Build test and godot-cpp (release, with debug symbols) run: | cd test - scons platform=${{ matrix.platform }} target=release ${{ matrix.flags }} + scons platform=${{ matrix.platform }} target=release debug_symbols=yes ${{ matrix.flags }} - name: Upload artifact uses: actions/upload-artifact@v3 |