From 83e7b9b04e26815616c6812b85a3ee43cce9a104 Mon Sep 17 00:00:00 2001 From: Leonid Pershin Date: Fri, 17 Oct 2025 07:46:31 +0300 Subject: [PATCH] f --- .gitea/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4f01c72..073db04 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,7 +21,12 @@ jobs: env: PATH: ${{ env.PATH }}:/root/.dotnet/tools steps: - - uses: actions/checkout@v4 + - name: Checkout code + run: | + echo "Checking out code..." + echo "Current directory: $(pwd)" + echo "Files in current directory:" + ls -la - name: Setup .NET run: |