Skip to content

Commit

Permalink
ci: unzip dSYMs to correct dist directory [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
edusperoni committed Aug 2, 2023
1 parent 72c88fe commit 0de1cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: NativeScript-dSYMs
path: dist
path: dist/dSYMs
- name: Zip dSYMs
working-directory: dist/dSYMs
run: find . -maxdepth 1 -name '*.dSYM' -print | xargs -I@ zip -r @.zip @
Expand Down

0 comments on commit 0de1cc3

Please sign in to comment.