From 17155120ab2094ab9715086d0490a085ada287ff Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Tue, 30 Jul 2024 17:54:39 -0500 Subject: [PATCH] updated pyinstaller --- .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 4625cf9..d610294 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -29,11 +29,11 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.12.4' - # cache: 'pip' # caching pip dependencies + cache: 'pip' # caching pip dependencies # - name: Upload Release Asset ## env: # GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} - run: python -m pip install -r requirements.txt - - run: python pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py + - run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py # run: gh release upload \ No newline at end of file