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