feat: align GUI artifact retention with build-rustfs

This commit is contained in:
overtrue
2025-07-09 13:19:34 +08:00
parent 259b80777e
commit e033b019f6

View File

@@ -351,7 +351,7 @@ jobs:
with:
name: ${{ steps.gui_package.outputs.gui_package }}
path: ${{ steps.gui_package.outputs.gui_file }}
retention-days: 30
retention-days: ${{ startsWith(github.ref, 'refs/tags/') && 30 || 7 }}
# Release management
release: