Skip to content

Merge pull request #86 from Panther114/codex/desktop-production #160

Merge pull request #86 from Panther114/codex/desktop-production

Merge pull request #86 from Panther114/codex/desktop-production #160

Workflow file for this run

name: Build Windows desktop
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
build-windows-desktop:
runs-on: windows-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install --include=dev
- name: Build Windows desktop packages
run: npm run build:win -- --publish never
- name: Upload desktop artifacts
uses: actions/upload-artifact@v4
with:
name: gchat-windows-desktop
path: |
dist/*.exe
dist/*.yml