mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
fix(developer): correct path for kmc sourcemaps in sentry upload
Fixes #11043 (hopefully).
This commit is contained in:
parent
ab8d41c008
commit
dafb3d8192
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ if builder_start_action bundle; then
|
|||
--org keyman \
|
||||
--project keyman-developer \
|
||||
--release "$VERSION_GIT_TAG" \
|
||||
build/ "${SOURCEMAP_PATHS[@]}"
|
||||
build/dist/ "${SOURCEMAP_PATHS[@]}"
|
||||
|
||||
# Manually copy over kmcmplib module
|
||||
cp ../kmc-kmn/build/src/import/kmcmplib/wasm-host.wasm build/dist/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue