Skip to content

Fix bugs - fullscreen and fps #27

Fix bugs - fullscreen and fps

Fix bugs - fullscreen and fps #27

Workflow file for this run

name: Build and Release
on:
push:
tags:
- 'v*.*.*'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Build and Publish app
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm run build:win