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: on:
pull_request: pull_request:
branches-ignore:
- 'all-contributors/add-**'
release: release:
types: [published] push:
workflow_dispatch:
jobs: jobs:
build: build:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false
matrix: matrix:
os: [windows-latest, macos-latest, ubuntu-latest] os: [windows-latest, macos-latest, ubuntu-latest]
node-version: [20.x] node-version: [20.x]