diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66aa1ea..8517a6b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pyinstaller - pip install -e . + pip install -e . - name: Run build.py run: | python build.py @@ -27,5 +27,5 @@ jobs: - name: Upload artifact with: name: build - path: dist/*.zip - retention-days: 5 \ No newline at end of file + path: dist/*.zip + retention-days: 5 \ No newline at end of file