Skip to content

Build Windows Releases #2

Build Windows Releases

Build Windows Releases #2

Workflow file for this run

# .github/workflows/release.yml
name: Build Windows x64
on:
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Github checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Remove package-lock.json
uses: JesseTG/[email protected]
with:
path: ./package-lock.json
- name: Install Dependencies
run: npm i
- name: Build script
run: ./build.ps1