Skip to content

Commit e9e0576

Browse files
authored
Update blank.yml
1 parent b0feac4 commit e9e0576

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
run: |
1414
python -m pip install --upgrade pip
1515
pip install pyinstaller
16-
pip install -r requirements.txt # If you have dependencies
1716
- name: Build executable with PyInstaller
18-
run: pyinstaller --onefile your_script.py
17+
run: pyinstaller --onefile file_scanner.py
1918
- name: Install Inno Setup
2019
run: choco install innosetup # Using Chocolatey package manager
2120
- name: Create installer

0 commit comments

Comments
 (0)