From 2ff4667278d9ea19c61867c2d4f4d116fefd38a9 Mon Sep 17 00:00:00 2001 From: Refringe Date: Mon, 4 Mar 2024 21:53:25 -0500 Subject: [PATCH] Update build script to display directory structure --- .gitea/workflows/build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e4b16be..3dbcad7 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -118,7 +118,8 @@ jobs: echo "Running build for $BUILD_TYPE" npm run build:$BUILD_TYPE echo "Built..." - tree -C ./server/project/build + cd ./server/project/build + tree -C - name: Archive Build uses: actions/upload-artifact@v3 @@ -201,7 +202,8 @@ jobs: cd ./modules/project dotnet build echo "Built..." - tree -C ./modules/project/Build + cd ./modules/project/Build + tree -C shell: bash - name: Archive Build