Skip to content

Commit

Permalink
disable pdbs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Apr 20, 2024
1 parent f0ce434 commit 7a9a928
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- name: Build debug
run: |
cd gdext
scons debug_symbols=yes
scons
- name: Build release
run: |
cd gdext
scons debug_symbols=yes target=template_release
scons target=template_release
- name: Upload binaries
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -182,11 +182,12 @@ jobs:
rm *.exp
rm *.lib
- name: Upload PDBs
uses: actions/upload-artifact@v4
with:
name: pdbs
path: addons/imgui-godot/bin/*.pdb
# TODO: disable cache and enable debug symbols for tagged builds
# - name: Upload PDBs
# uses: actions/upload-artifact@v4
# with:
# name: pdbs
# path: addons/imgui-godot/bin/*.pdb

- name: Prepare files
id: prep
Expand Down

0 comments on commit 7a9a928

Please sign in to comment.