diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 701c83d..00b2bdb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,7 +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: pyinstaller --noconfirm --onefile --console "${{ gitea.workspace }}/inex.py" + - run: ls ${{ gitea.workspace }} - uses: actions/upload-artifact@v4 with: name: Inex