From 61b13da267aaea9270a0b01751955251292e2ef5 Mon Sep 17 00:00:00 2001 From: Patrick Grote Date: Thu, 11 Apr 2024 15:02:01 +0200 Subject: [PATCH] grrr --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be143d3..cbed28a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,10 +33,12 @@ jobs: with: name: dotnet-results-${{ matrix.dotnet-version }} path: TestResults-${{ matrix.os }} ${{ matrix.dotnet-version }} + retention-days: 30 # Use always() to always run this step to publish test results when there are test failures - continue-on-error: true + continue-on-error: true - name: Upload a Build Artifact uses: actions/upload-artifact@v4.3.1 with: name: Binarys-${{ matrix.os }} ${{ matrix.dotnet-version }} path: ArtNetSharp/bin/Release/**/ArtNetSharp.dll + retention-days: 2