mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
Add Windows ZIP build
This commit is contained in:
2
.github/workflows/pyinstaller-linux.yml
vendored
2
.github/workflows/pyinstaller-linux.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
run: pip install .
|
||||
- name: Build with PyInstaller
|
||||
# pyinstaller doesn't find the GTK libraries after caching?
|
||||
run: LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu pyinstaller yafi.spec
|
||||
run: LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu pyinstaller yafi.spec -- --onefile
|
||||
working-directory: pyinstaller
|
||||
- name: Upload PyInstaller Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user