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

Commit a0e3ea8

Browse files
committed
chore(workflow): update path to archive debug symbols in publish job
1 parent fbce12a commit a0e3ea8

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
@@ -168,7 +168,7 @@ jobs:
168168
working-directory: artifacts/
169169
- name: Archive debug symbols
170170
run: |
171-
zip -r debug-symbols.zip $DEBUG_INFO_PATH
171+
zip -r debug-symbols.zip . -i $DEBUG_INFO_PATH
172172
working-directory: artifacts/
173173
- name: Publish release
174174
id: publish_release

0 commit comments

Comments
 (0)