更新 .github/workflows/build-exe.yml
This commit is contained in:
4
.github/workflows/build-exe.yml
vendored
4
.github/workflows/build-exe.yml
vendored
@@ -101,9 +101,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
wine "$PYTHON_EXE" -m PyInstaller --onefile --windowed --name Shortcut_Sync_PotPlayer main.py
|
wine "$PYTHON_EXE" -m PyInstaller --onefile --windowed --name Shortcut_Sync_PotPlayer main.py
|
||||||
|
|
||||||
# 步骤7:上传产物
|
# 步骤7:上传构建产物(修复版本)
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4 # 关键修复!
|
||||||
with:
|
with:
|
||||||
name: Shortcut_Sync_PotPlayer
|
name: Shortcut_Sync_PotPlayer
|
||||||
path: dist/Shortcut_Sync_PotPlayer.exe
|
path: dist/Shortcut_Sync_PotPlayer.exe
|
||||||
Reference in New Issue
Block a user