Skip to content

Commit 42729fb

Browse files
committed
Fix Windows artifact path and build directory in GitHub Actions
1 parent 3e04f81 commit 42729fb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,11 @@ jobs:
6363
run: |
6464
python -m pip install --upgrade pip
6565
pip install -r build_tools/requirements.txt
66-
pip install pyinstaller CTkTable
6766
6867
- name: Build Windows Executable
68+
working-directory: build_tools
6969
run: |
70-
# Use your spec file or project root
71-
pyinstaller --noconfirm build_tools/deadlink_gui.spec
70+
pyinstaller --noconfirm deadlink_gui.spec
7271
7372
- name: Upload Windows Artifact
7473
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)