Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jcalado/hyperdeckctl into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jcalado committed Oct 30, 2020
2 parents 6e4b4d3 + f341fa7 commit 84ad156
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 10

- name: Install dependencies
run: npm install

- name: Dist
run: npm run dist
env:
GH_TOKEN: ${{ secrets.gh_token }}

- name: Build/release Electron app
uses: samuelmeuli/[email protected]
Expand Down

0 comments on commit 84ad156

Please sign in to comment.