diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index febb002..674575a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,12 +37,12 @@ jobs: run: poetry run pip install -e pyinstaller - name: call pyinstaller - run: > - poetry run pyinstaller - --add-data ".;." - --windowed - --name "Protect the Pond Quack the Case" - --onefile + run: | + poetry run pyinstaller ` + --add-data ".;." ` + --windowed ` + --name "Protect the Pond Quack the Case" ` + --onefile ` aaaaAAAA/__main__.py - name: Upload the artifacts