Skip to content

Commit

Permalink
okay, so this should be fixed now (for real)
Browse files Browse the repository at this point in the history
  • Loading branch information
EchterAlsFake committed Jun 7, 2024
1 parent 601dad9 commit 94ec5ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_cli_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if [ -f requirements_cli.txt ]; then pip install -r requirements_cli.txt; fi
- name: Build Porn Fetch (CLI) (PyInstaller - Termux)
run: |
pyinstaller -F Porn_Fetch_CLI.py && cd dist && chmod +x PornFetch_Linux_CLI_x64
pyinstaller -F Porn_Fetch_CLI.py && cd dist && mv Porn_Fetch_CLI Porn_Fetch_Linux_CLI_x64 && chmod +x PornFetch_Linux_CLI_x64
- name: Archive Porn Fetch CLI (Linux_64) build
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -69,9 +69,7 @@ jobs:
run: |
export LD_LIBRARY_PATH=/usr/local/python-32/lib:$LD_LIBRARY_PATH
source venv/bin/activate
pyinstaller -F Porn_Fetch_CLI.py
cd dist
chmod +x Porn_Fetch_CLI && mv Porn_Fetch_CLI PornFetch_Linux_CLI_x32
pyinstaller -F Porn_Fetch_CLI.py && cd dist && mv Porn_Fetch_CLI Porn_Fetch_Linux_CLI_x32 && chmod +x PornFetch_Linux_CLI_x32
- name: Archive Porn Fetch CLI (Linux_32) build
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 94ec5ff

Please sign in to comment.