diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 7642cd8..4625cf9 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -34,6 +34,6 @@ jobs: ## env: # GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} - run: python -m pip install -r requirements.txt - - run: python -m pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py + - run: python pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py # run: gh release upload \ No newline at end of file