Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
oktal3700 committed Nov 14, 2023
1 parent b9aa3ca commit 88d7585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

env:
do_vatsim_key: ${{ github.event_name == 'push' }}
do_symbols: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
do_symbols: ${{ github.event_name == 'push' && github.ref == 'refs/heads/minimize_debug_symbols' }}
qt_version: 5.15.2
bitrock_version: qt-professional-23.1.0
bitrock_url: https://releases.installbuilder.com/installbuilder
Expand Down
1 change: 1 addition & 0 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ def __get_rev_count(self):
return int(count.decode("utf-8"))

def __upload_symbol_files(self, symbols_package):
return
print('Uploading symbols')
url = 'https://swift-project.sp.backtrace.io:6098/post'
token = os.environ['BACKTRACE_SYMBOL_TOKEN']
Expand Down

0 comments on commit 88d7585

Please sign in to comment.