Skip to content

Commit

Permalink
WRONG WORKFLOW!!! still update both of them tho...
Browse files Browse the repository at this point in the history
  • Loading branch information
BombasticTom committed Dec 15, 2024
1 parent bc09e3c commit 9b3940c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: FNF Porter Build

on:
pull_request:
branches: [ "main" ]
branches: [ "main", "experimental", "v1.0" ]

permissions:
contents: read
Expand All @@ -19,10 +19,10 @@ jobs:
command: pyinstaller build.spec
- os: macos-latest
icon: icon.icns
command: pyinstaller --onefile psychtobase/main.py --icon=icon.icns --noconsole -n "FNF Porter"
command: pyinstaller --onefile main.py --hidden-import lupa.54 --icon=icon.icns --noconsole -n "FNF Porter"
- os: ubuntu-latest
icon: ""
command: pyinstaller --onefile psychtobase/main.py --noconsole -n "FNF Porter"
command: pyinstaller --onefile main.py --hidden-import lupa.54 --noconsole -n "FNF Porter"

steps:
- uses: actions/checkout@v4
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyinstaller numpy pydub luaparser pyqt6 pillow lxml
pip install pyinstaller numpy pydub luaparser pyqt6 pillow lupa lxml
- name: Build with PyInstaller
run: |
${{matrix.command}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyinstaller numpy pydub luaparser pyqt6 pillow lupa
pip install pyinstaller numpy pydub luaparser pyqt6 pillow lupa lxml
- name: Build with PyInstaller
run: |
${{matrix.command}}
Expand Down

0 comments on commit 9b3940c

Please sign in to comment.