From 635ae3d500826e33dc507b0efe4bb6c8beda40bf Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 24 Mar 2022 12:26:09 +0800 Subject: [PATCH] Fix tarball retention-days --- .github/workflows/tarball.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index ea72137..493479a 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -28,9 +28,9 @@ jobs: hash.txt - name: tarball - # only keep for debugging - retention-days: 3 uses: actions/upload-artifact@v3 with: name: tarball + # only keep for debugging + retention-days: 3 path: rel.tar.bz2