diff options
Diffstat (limited to '.github/workflows/macos_builds.yml')
-rw-r--r-- | .github/workflows/macos_builds.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index 38d43a4b94..dec3abe52b 100644 --- a/.github/workflows/macos_builds.yml +++ b/.github/workflows/macos_builds.yml @@ -4,7 +4,7 @@ on: [push, pull_request] # Global Settings env: GODOT_BASE_BRANCH: master - SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no module_text_server_fb_enabled=yes + SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes concurrency: group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-macos @@ -30,6 +30,7 @@ jobs: target: release tools: false tests: false + sconsflags: debug_symbols=no steps: - uses: actions/checkout@v2 @@ -58,6 +59,10 @@ jobs: run: | ${{ matrix.bin }} --test + - name: Prepare artifact + run: | + strip bin/godot.* + - name: Upload artifact uses: ./.github/actions/upload-artifact with: |