Skip to content

Commit 09726b1

Browse files
Update build-exe.yml
1 parent 943aa29 commit 09726b1

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build-exe.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ jobs:
2020
python-version: '3.9'
2121

2222
- name: Install Dependencies
23-
run: |
24-
python -m pip install --upgrade pip
25-
pip install pyinstaller numpy pandas matplotlib pymeasure pyvisa pyvisa-py Pillow
23+
run: pip install pyinstaller numpy pandas matplotlib pymeasure pyvisa pyvisa-py Pillow
2624

2725
- name: Build with PyInstaller using .spec file
2826
run: pyinstaller PICA_Launcher.spec
@@ -31,8 +29,8 @@ jobs:
3129
uses: svenstaro/upload-release-action@v2
3230
with:
3331
repo_token: ${{ secrets.GITHUB_TOKEN }}
34-
# --- CORRECTED FILE PATH ---
35-
file: dist/PICA_Launcher/PICA_Launcher.exe
32+
# --- CORRECTED FILE PATH FOR ONE-FILE BUILD ---
33+
file: dist/PICA_Launcher.exe
3634
asset_name: PICA_Launcher-Windows-${{ github.ref_name }}.exe
3735
tag: ${{ github.ref }}
3836
overwrite: true

0 commit comments

Comments
 (0)