We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e04f81 commit 42729fbCopy full SHA for 42729fb
1 file changed
.github/workflows/release.yml
@@ -63,12 +63,11 @@ jobs:
63
run: |
64
python -m pip install --upgrade pip
65
pip install -r build_tools/requirements.txt
66
- pip install pyinstaller CTkTable
67
68
- name: Build Windows Executable
+ working-directory: build_tools
69
70
- # Use your spec file or project root
71
- pyinstaller --noconfirm build_tools/deadlink_gui.spec
+ pyinstaller --noconfirm deadlink_gui.spec
72
73
- name: Upload Windows Artifact
74
uses: actions/upload-artifact@v4
0 commit comments