Skip to content

chore(deps-dev): bump electron-builder from 24.13.3 to 25.1.8 (#89) #102

chore(deps-dev): bump electron-builder from 24.13.3 to 25.1.8 (#89)

chore(deps-dev): bump electron-builder from 24.13.3 to 25.1.8 (#89) #102

Workflow file for this run

name: 推送时构建
on:
push:
branches:
- master
- dev
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
node-version: [20.x]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Build and package for Windows
if: matrix.os == 'windows-latest'
run: yarn build:win
- name: Upload artifact for Windows
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v4
with:
name: ExamShowboard-Windows
path: dist/*.exe