From 3bdf5446d91f106e3da26c246de14c39a2758749 Mon Sep 17 00:00:00 2001 From: Andreas Hasselberg Date: Wed, 6 Nov 2024 10:24:21 +0100 Subject: [PATCH] wip --- .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 65af085..ce1c8c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,8 +43,9 @@ jobs: - name: Store CT Logs uses: actions/upload-artifact@v4 with: - name: ct-logs/${{ github.ref }}/${{ matrix.otp-version }} + name: ct-logs_${{ github.sha }}_${{ matrix.otp-version }} path: _build/test/logs + retention-days: 5 - name: Run Checks run: rebar3 do dialyzer, xref - name: Create Cover Reports @@ -58,7 +59,7 @@ jobs: - name: Publish Documentation uses: actions/upload-artifact@v4 with: - name: edoc/${{ matrix.otp-version }} + name: edoc_${{ matrix.otp-version }} path: doc docs: strategy: