diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d610294..d3c6fc9 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -36,4 +36,4 @@ jobs: - run: python -m pip install -r requirements.txt - run: pyinstaller --noconfirm --onefile --console ${{ gitea.workspace }}/inex.py # run: gh release upload - \ No newline at end of file + - run: dir ${{ gitea.workspace }} \ No newline at end of file