We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5e77e commit 1e7c17dCopy full SHA for 1e7c17d
.github/workflows/npm_release.yml
@@ -163,9 +163,12 @@ jobs:
163
with:
164
name: NativeScript-dSYMs
165
path: dist
166
+ - name: Zip dSYMs
167
+ working-directory: dist/dSYMs
168
+ run: find . -maxdepth 1 -name '*.dSYM' -print | xargs -I@ zip -r @.zip @
169
- name: Partial Changelog
170
run: npx conventional-changelog -p angular -r2 > body.md
171
- uses: ncipollo/release-action@v1
172
- artifacts: "dist/nativescript-ios-*.tgz,dist/dSYMs/*"
173
+ artifacts: "dist/nativescript-ios-*.tgz,dist/dSYMs/*.zip"
174
bodyFile: "body.md"
0 commit comments