Skip to content

Commit

Permalink
Github actions test #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferllings committed May 6, 2022
1 parent 9943917 commit 0b65a5b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@master

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
uses: actions/setup-node@master
with:
node-version: 10
node-version: 14

- name: see directory
run: ls

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
Expand Down

0 comments on commit 0b65a5b

Please sign in to comment.