Skip to content

Commit 0de1cc3

Browse files
committed
ci: unzip dSYMs to correct dist directory [skip ci]
1 parent 72c88fe commit 0de1cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- uses: actions/download-artifact@v3
173173
with:
174174
name: NativeScript-dSYMs
175-
path: dist
175+
path: dist/dSYMs
176176
- name: Zip dSYMs
177177
working-directory: dist/dSYMs
178178
run: find . -maxdepth 1 -name '*.dSYM' -print | xargs -I@ zip -r @.zip @

0 commit comments

Comments
 (0)