diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8fe95af..f0a923a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: # - name: Upload Release Asset ## env: # GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} - - run: pip install -r requirements.txt - - run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py + - run: python pip install -r requirements.txt + - run: python pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py # run: gh release upload \ No newline at end of file