Skip to content

Commit 84ad156

Browse files
committed
Merge branch 'main' of github.com:jcalado/hyperdeckctl into main
2 parents 6e4b4d3 + f341fa7 commit 84ad156

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818
uses: actions/setup-node@v1
1919
with:
2020
node-version: 10
21+
22+
- name: Install dependencies
23+
run: npm install
24+
25+
- name: Dist
26+
run: npm run dist
27+
env:
28+
GH_TOKEN: ${{ secrets.gh_token }}
2129

2230
- name: Build/release Electron app
2331
uses: samuelmeuli/action-electron-builder@v1.6.0

0 commit comments

Comments
 (0)