Skip to content

Merge pull request #16 from gkbishnoi07/patch-1 #4

Merge pull request #16 from gkbishnoi07/patch-1

Merge pull request #16 from gkbishnoi07/patch-1 #4

Workflow file for this run

name: Build
on:
push:
branches:
- 'master'
tags:
- 'v*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 12.9.1
cache: 'npm'
- name: Setup dependencies
run: |
npm ci
npm i -g nexe
- name: Build artifacts
run: make