Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit c40b87a

Browse files
committed
chore(workflow): update path for debug symbols
1 parent 45a8134 commit c40b87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/upload-artifact@v3
7474
with:
7575
name: debug-symbols
76-
path: '**/ts_debug_symbols/release/out'
76+
path: '**/build/intermediates/ts_debug_symbols'
7777

7878
unit_test_debug:
7979
name: Run local tests

0 commit comments

Comments
 (0)