Skip to content

Commit

Permalink
More attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Feb 18, 2021
1 parent 74272a3 commit 1d22fac
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Deploy electron app
run: |
npm install
npm run release
- name: Build and deploy electron app
uses: samuelmeuli/action-electron-builder@v1
with:
github_token: ${{ secrets.github_token }}
# If the commit is tagged with a version (e.g. "v1.0.0"), release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 comments on commit 1d22fac

Please sign in to comment.