diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 6ed4641..ace5a82 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -17,6 +17,9 @@ jobs: # 指定运行环境为最新的Windows服务器 runs-on: windows-latest + permissions: + contents: write + steps: # 第1步:检出你的代码 - name: Checkout repository diff --git a/.gitignore b/.gitignore index b335fc5..c78bb25 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ __pycache__/ *.pyc *.pyo *.pyd +*.json # PyInstaller build artifacts dist/