Skip to content

Commit

Permalink
ci(deltachat-rpc-server): fix upload of npm packages to github releas…
Browse files Browse the repository at this point in the history
…es (#5564)
  • Loading branch information
Simon-Laux authored May 14, 2024
1 parent 21eb4f6 commit c349bf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deltachat-rpc-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,12 @@ jobs:
run: |
gh release upload ${{ github.ref_name }} \
--repo ${{ github.repository }} \
*.tgz
deltachat-rpc-server/npm-package/*.tgz
- name: Publish npm packets for prebuilds and `@deltachat/stdio-rpc-server`
if: github.event_name == 'release'
run: |
cd deltachat-rpc-server/npm-package
ls -lah platform_package
for platform in *.tgz; do npm publish "$platform"; done

0 comments on commit c349bf8

Please sign in to comment.