update build workflow

This commit is contained in:
Mathieu Broillet 2024-08-30 12:25:22 +02:00
parent bb2ca02401
commit a2660883bd
Signed by: mathieu
GPG Key ID: A08E484FE95074C1

View File

@ -11,6 +11,8 @@ jobs:
pyinstaller-build: pyinstaller-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Create Executable - name: Create Executable
uses: sayyid5416/pyinstaller@v1 uses: sayyid5416/pyinstaller@v1
with: with: