Update package.yaml

This commit is contained in:
MkStoler 2025-01-13 11:57:36 +08:00 committed by GitHub
parent 967125f569
commit d980393c6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@ name: 打包并生成应用
on:
pull_request:
branches-ignore:
- 'all-contributors/add-**'
release:
types: [published]
push:
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
node-version: [20.x]