Skip to content

Commit

Permalink
Update pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascdev committed Oct 10, 2023
1 parent 43f2e16 commit 4649a8d
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/pyinstaller-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,20 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Package Application for Linux
uses: JackMcKew/pyinstaller-action-linux@main
with:
path: hasherino
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"

- name: Install requirements
run: >-
python3 -m pip install . --user
- name: Package application for Linux
run: >-
cd hasherino && flet pack hasherino.py --add-data UserAuth.html:UserAuth.html
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 4649a8d

Please sign in to comment.