Skip to content

Build OS-dependent packages - no release #113

Build OS-dependent packages - no release

Build OS-dependent packages - no release #113

name: Build OS-dependent packages - no release
on: workflow_dispatch
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, ubuntu-latest, windows-2019]
steps:
- name: Check out Git repository
uses: actions/checkout@v1
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm i -g npm@10
- name: Electron Builder Action(Using Node 20)
uses: vingeraycn/action-electron-builder@v1.0.1
env:
DEBUG: electron-builder
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}
build_script_name: 'compile'