Skip to content

Added topbar

Added topbar #16

Workflow file for this run

name: Electron Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
name: Use Node.js
with:
node-version: '20.10'
- run: npm i
# - run: npm run make -- --platform win32
- run: npm run make
- uses: actions/upload-artifact@v4
name: Upload shipped build to GitHub
with:
name: yomea-win32-x64
path: out/make