mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 05:17:28 +00:00
Fix tarball retention-days
This commit is contained in:
parent
02eb74fbec
commit
635ae3d500
4
.github/workflows/tarball.yml
vendored
4
.github/workflows/tarball.yml
vendored
@ -28,9 +28,9 @@ jobs:
|
|||||||
hash.txt
|
hash.txt
|
||||||
|
|
||||||
- name: tarball
|
- name: tarball
|
||||||
# only keep for debugging
|
|
||||||
retention-days: 3
|
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: tarball
|
name: tarball
|
||||||
|
# only keep for debugging
|
||||||
|
retention-days: 3
|
||||||
path: rel.tar.bz2
|
path: rel.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user