mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-21 11:56:38 +00:00
feat: align GUI artifact retention with build-rustfs
This commit is contained in:
@@ -351,7 +351,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ steps.gui_package.outputs.gui_package }}
|
name: ${{ steps.gui_package.outputs.gui_package }}
|
||||||
path: ${{ steps.gui_package.outputs.gui_file }}
|
path: ${{ steps.gui_package.outputs.gui_file }}
|
||||||
retention-days: 30
|
retention-days: ${{ startsWith(github.ref, 'refs/tags/') && 30 || 7 }}
|
||||||
|
|
||||||
# Release management
|
# Release management
|
||||||
release:
|
release:
|
||||||
|
|||||||
Reference in New Issue
Block a user