Skip to content

Commit

Permalink
Use npm_config_arch to publish the new builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Apr 8, 2021
1 parent 7621c25 commit d4cde00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- name: Publish production app
run: yarn run publish
env:
npm_config_arch: ${{ matrix.arch }}
DESKTOPBOT_TOKEN: ${{ secrets.DESKTOPBOT_TOKEN }}
WINDOWS_CERT_PASSWORD: ${{ secrets.WINDOWS_CERT_PASSWORD }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
Expand Down

1 comment on commit d4cde00

@bassem2015st

This comment was marked as spam.

Please sign in to comment.