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

Commit 6d5fa98

Browse files
committed
chore(workflow): update path for debug symbols
1 parent 60344bd commit 6d5fa98

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
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/upload-artifact@v3
7373
with:
7474
name: debug-symbols
75-
path: '**/*.debug_info'
75+
path: '**/build/generated/**/*.debug_info'
7676

7777
unit_test_debug:
7878
name: Run local tests

0 commit comments

Comments
 (0)