更新 .github/workflows/build-exe.yml

This commit is contained in:
miu
2026-03-15 22:22:49 +08:00
Unverified
parent 8b41e59e1d
commit d55269c1f0

View File

@@ -101,9 +101,9 @@ jobs:
run: |
wine "$PYTHON_EXE" -m PyInstaller --onefile --windowed --name Shortcut_Sync_PotPlayer main.py
# 步骤7上传产物
# 步骤7上传构建产物(修复版本)
- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: christopherhx/gitea-upload-artifact@v4 # 关键修复!
with:
name: Shortcut_Sync_PotPlayer
path: dist/Shortcut_Sync_PotPlayer.exe