From dcf5aa3e2ad66c2db924108a33104b35c80718e8 Mon Sep 17 00:00:00 2001 From: Tony Redondo Date: Fri, 31 Jan 2025 10:55:48 +0100 Subject: [PATCH] changes --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a77e46..bf9c0b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,10 +58,11 @@ jobs: run: dotnet publish -r ${{ matrix.arch }} -c Release -o ../output working-directory: GetAssemblyInfo - - uses: actions/upload-artifact@v4 + - name: Upload error log if: matrix.arch == 'linux-arm64' + uses: actions/upload-artifact@v4 with: - name: error-log-${{ matrix.os }}-${{ matrix.arch }} + name: error-log path: | /home/runner/.tools/rootfs/arm64/debootstrap/debootstrap.log