更新工作流和 gitignore 文件
This commit is contained in:
3
.github/workflows/build-windows.yml
vendored
3
.github/workflows/build-windows.yml
vendored
@@ -17,6 +17,9 @@ jobs:
|
||||
# 指定运行环境为最新的Windows服务器
|
||||
runs-on: windows-latest
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
# 第1步:检出你的代码
|
||||
- name: Checkout repository
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -10,6 +10,7 @@ __pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
*.json
|
||||
|
||||
# PyInstaller build artifacts
|
||||
dist/
|
||||
|
||||
Reference in New Issue
Block a user