We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf120b commit 239169cCopy full SHA for 239169c
.github/workflows/pyinstaller.yml
@@ -27,7 +27,7 @@ jobs:
27
pip install -r requirements.txt
28
29
- name: Build executable with PyInstaller
30
- run: pyinstaller --onefile assetsBrowser.py # Adjust your script name
+ run: pyinstaller --onefile assetsBrowser.py --icon .\lambda.ico --add-data icons/*;icons
31
32
- name: Archive the build artifact
33
uses: actions/upload-artifact@v3
0 commit comments