Skip to content

Handling calls to play() like Promises #3

Handling calls to play() like Promises

Handling calls to play() like Promises #3

Workflow file for this run

name: Node.js CI
on: [push]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install -g electron-builder
- run: npm run build
- uses: actions/[email protected]
with:
name: Windows Executables
path: dist/*.exe