From 262362659a4131f206c66e1fa830cc2ad1c5c0b3 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 15 May 2023 14:25:41 +0000 Subject: [PATCH] ci: archive logs after run --- .github/workflows/debian-cache.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/debian-cache.yml b/.github/workflows/debian-cache.yml index ea262e0..bd715ab 100644 --- a/.github/workflows/debian-cache.yml +++ b/.github/workflows/debian-cache.yml @@ -55,13 +55,6 @@ jobs: - name: Install s3cmd run: sudo apt install s3cmd - - name: Archive logs - if: always() - uses: actions/upload-artifact@v3 - with: - name: debian-cache-logs - path: ~/.out-of-tree/logs - - name: Mirror deb packages shell: python run: | @@ -109,3 +102,10 @@ jobs: ok = upload(f) if ok: uploaded += [f] + + - name: Archive logs + if: always() + uses: actions/upload-artifact@v3 + with: + name: debian-cache-logs + path: ~/.out-of-tree/logs