From 165ba4533c3c418b427101ba1f688cd39f598dac Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Tue, 30 Jul 2024 17:33:21 -0500 Subject: [PATCH] updated job --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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