We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0feac4 commit e9e0576Copy full SHA for e9e0576
.github/workflows/blank.yml
@@ -13,9 +13,8 @@ jobs:
13
run: |
14
python -m pip install --upgrade pip
15
pip install pyinstaller
16
- pip install -r requirements.txt # If you have dependencies
17
- name: Build executable with PyInstaller
18
- run: pyinstaller --onefile your_script.py
+ run: pyinstaller --onefile file_scanner.py
19
- name: Install Inno Setup
20
run: choco install innosetup # Using Chocolatey package manager
21
- name: Create installer
0 commit comments