Skip to content

Commit 1e7c17d

Browse files
committed
ci: zip dSYMs
1 parent 3e5e77e commit 1e7c17d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm_release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,12 @@ jobs:
163163
with:
164164
name: NativeScript-dSYMs
165165
path: dist
166+
- name: Zip dSYMs
167+
working-directory: dist/dSYMs
168+
run: find . -maxdepth 1 -name '*.dSYM' -print | xargs -I@ zip -r @.zip @
166169
- name: Partial Changelog
167170
run: npx conventional-changelog -p angular -r2 > body.md
168171
- uses: ncipollo/release-action@v1
169172
with:
170-
artifacts: "dist/nativescript-ios-*.tgz,dist/dSYMs/*"
173+
artifacts: "dist/nativescript-ios-*.tgz,dist/dSYMs/*.zip"
171174
bodyFile: "body.md"

0 commit comments

Comments
 (0)