From fbb495b99beb2327392c8795c1990fb835d0d80e Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 8 Jul 2025 21:01:07 -0700 Subject: [PATCH] fdghdfgh --- .gitea/workflows/base-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index 8618702..90c10d9 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -30,6 +30,11 @@ jobs: - name: Checkout source uses: actions/checkout@v3 + - name: Debug current directory + run: | + echo "Working dir: $(pwd)" + ls -lah . + - name: Ensure output directory exists run: mkdir -p ./output