Add pr package script

This commit is contained in:
jeffvli 2023-01-29 18:27:14 -08:00
parent b49ba2d04c
commit be39c2bc1f
2 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,7 @@ jobs:
command: |
npm run postinstall
npm run build
npm exec electron-builder -- --publish never --win --mac --linux
npm run package:pr
on_retry_command: npm cache clean --force
- uses: actions/upload-artifact@v3