From b936b8acafd769d472c6bb88e25c0be25cec4673 Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Wed, 17 Jul 2024 13:29:49 -0500 Subject: [PATCH] a --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 00b2bdb..f0472ec 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,8 +12,8 @@ jobs: python-version: '3.12.4' cache: 'pip' # caching pip dependencies - run: pip install -r requirements.txt - # - run: pyinstaller --noconfirm --onefile --console "${{ gitea.workspace }}/inex.py" - run: ls ${{ gitea.workspace }} + - run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py - uses: actions/upload-artifact@v4 with: name: Inex