Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit a862a48

Browse files
Update build.yml
1 parent 7667078 commit a862a48

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
# 运行你的 Python 脚本
3030
- name: Start Building Via Nuitka
3131
run: |
32-
.\Plain_Craft_Launcher_2\build.cmd
32+
cd Plain_Craft_Launcher_2
33+
.\build.cmd
3334
3435
# 配置 Git 推送
3536
- name: Commit and push changes
@@ -38,6 +39,6 @@ jobs:
3839
run: |
3940
git config --global user.name "github-actions[bot]"
4041
git config --global user.email "github-actions[bot]@users.noreply.github.com"
41-
git add Custom.xaml
42+
git add .
4243
git commit -m "Build new binary distribution for Application.py."
4344
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/PCL-Community/PCL2-Python.git HEAD:main

0 commit comments

Comments
 (0)