diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 468792d..bd0c556 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,8 +16,8 @@ jobs: - run: pip install -r requirements.txt - run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py - run: ls ${{ gitea.workspace }} - - run: ls ${{ gitea.workspace }}/dist/inex/ + - run: ls ${{ gitea.workspace }}/dist/ - uses: actions/upload-artifact@v4 with: name: Inex - path: ${{ gitea.workspace }}/dist/inex/inex.exe \ No newline at end of file + path: ${{ gitea.workspace }}/dist/inex.exe \ No newline at end of file