Update package.yml

forgot to add pyinstaller -.-
This commit is contained in:
Pakobbix 2023-05-13 14:51:37 +02:00 committed by GitHub
parent e6faa1fe92
commit 0d116360dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pyinstaller
- name: Build and package
run: |