fix(windows): export sym store path so symbols are published

Fixes: #14837
Test-bot: skip
This commit is contained in:
Marc Durdin 2026-01-26 11:16:41 +11:00
parent 0348ed1876
commit 7dc7de78f4
2 changed files with 2 additions and 0 deletions

View file

@ -118,6 +118,7 @@ function publish_action() {
export RSYNC_USER
export RSYNC_HOST
export RSYNC_ROOT
export KEYMAN_SYMSTOREPATH="$LOCAL_SYMBOLS_PATH"
_publish_sentry
ba_win_download_symbol_server_index

View file

@ -101,6 +101,7 @@ function windows_publish_action() {
export RSYNC_USER
export RSYNC_HOST
export RSYNC_ROOT
export KEYMAN_SYMSTOREPATH="$LOCAL_SYMBOLS_PATH"
builder_launch /windows/build.sh publish
windows_upload_symbols_to_sentry