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 4649a8d commit b6a1663
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pyinstaller-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
uses: actions/setup-python@v4
with:
python-version: "3.11"

- name: Install requirements
run: >-
python3 -m pip install . --user
run: >-
python3 -m pip install . --user
- name: Package application for Linux
run: >-
cd hasherino && flet pack hasherino.py --add-data UserAuth.html:UserAuth.html
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 b6a1663

Please sign in to comment.