diff --git a/.github/workflows/automatic release.yml b/.github/workflows/automatic release.yml index cfc7aaa..9691557 100644 --- a/.github/workflows/automatic release.yml +++ b/.github/workflows/automatic release.yml @@ -65,6 +65,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install pyinstaller - name: Build with pyinstaller for ${{matrix.TARGET}} run: ${{matrix.CMD_BUILD}} - name: Load Release URL File from release job