From 5cae8105d0352f5907b1b9b7ca4c74d98149b71f Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Tue, 30 Jul 2024 18:04:02 -0500 Subject: [PATCH] find the directory --- .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 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