From c4bd226b7e8baad53c8075369d6f66d20836fcdb Mon Sep 17 00:00:00 2001 From: jblu Date: Tue, 30 Jul 2024 13:31:27 -0500 Subject: [PATCH] test --- .gitea/workflows/build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 78db222..c3a5605 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -26,10 +26,10 @@ jobs: contents: write # release changes require contents write steps: - uses: actions/checkout@v4 - - 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 + # - 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: gh release upload \ No newline at end of file