mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
fix(windows): export sym store path so symbols are published
Fixes: #14837 Test-bot: skip
This commit is contained in:
parent
0348ed1876
commit
7dc7de78f4
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue