Add manual trigger to desktop app build#1356
Conversation
Upgrade electron to latest compatible version
|
CLA Assistant Lite All Contributors have signed the CLA. |
|
How do we dispatch the action? Will we have an easy way to do that or will have to send a request to github API or something like that? |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
@mikheevm this is a relatively new feature on Github. Once the https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/ |
|
Travis automatic deployment: |
| - uses: actions/cache@v2 | ||
| id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) | ||
| with: | ||
| path: ${{ steps.yarn-cache-dir-path.outputs.dir }} | ||
| key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} | ||
| restore-keys: | | ||
| ${{ runner.os }}-yarn- |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
This fix issue #1355
It also includes a dependency bump of electron dependencies to the latest compatible version. This upgrade includes a flag for a deprecated feature that will disappear on electron v11. We still have one dependency that crashes under this breaking change. We have to study how to handle this before v9 becomes out of maintenance. Currently v7 have been set as out of maintenance.