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: |