summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2022-03-24 12:26:09 +0800
committerMatt Johnston <matt@ucc.asn.au>2022-03-24 12:26:09 +0800
commit683c0dc0e1c1ff656fc42f4d9c8ab25fe839d476 (patch)
treea0232083cc089a8f91d4c8a5f11813bc615c31db
parentbffbfba98bd2d0b687988e2984aad3291728bbb1 (diff)
downloaddropbear-683c0dc0e1c1ff656fc42f4d9c8ab25fe839d476.tar.gz
Fix tarball retention-days
-rw-r--r--.github/workflows/tarball.yml4
1 files 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