diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 56e3db3..3d3272e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -19,6 +19,9 @@ on: - 'scripts/ci/compile-windows.sh' - 'deploy/windows/**' +permissions: + contents: write # 允许内置 GITHUB_TOKEN 创建 Release(winstage-v<版本>) + jobs: build-stage-windows: runs-on: windows-latest