Skip to content

new release with fps unlocker #22

new release with fps unlocker

new release with fps unlocker #22

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