Update build.yml

This commit is contained in:
xxnuo
2026-01-01 17:20:43 +08:00
parent a2a0f0477e
commit 2fbb66e7b2

View File

@@ -44,11 +44,14 @@ jobs:
build_desktop:
runs-on: ${{ matrix.os }}
permissions:
contents: write
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN || github.token }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN || github.token }}
defaults:
run:
shell: bash