From c0ba74593337c87b962f10dbf361e97a7ea68798 Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 17 Nov 2025 20:52:54 -0500 Subject: [PATCH] List contents of build folder --- .gitea/workflows/arm64-ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/arm64-ci.yaml b/.gitea/workflows/arm64-ci.yaml index 615c9bd..e5f97a4 100644 --- a/.gitea/workflows/arm64-ci.yaml +++ b/.gitea/workflows/arm64-ci.yaml @@ -21,7 +21,8 @@ jobs: run: dotnet restore # Restore NuGet packages - name: Build project - run: dotnet build --configuration Debug --no-restore # Build the project in Debug configuration + run: ls -la + dotnet build --configuration Debug --no-restore # Build the project in Debug configuration # - name: Run tests (optional) # run: dotnet test --no-build # Run unit tests if available