increased storage time for artifacts up to 3 days

This commit is contained in:
vladimir.kuznetsov
2023-01-09 12:44:36 +03:00
parent f735b401df
commit 396422ee3a

View File

@@ -47,7 +47,7 @@ jobs:
with:
name: AmneziaVPN_Linux
path: AmneziaVPN.bundle
retention-days: 1
retention-days: 3
# ------------------------------------------------------
@@ -102,7 +102,7 @@ jobs:
with:
name: AmneziaVPN_Windows
path: AmneziaVPN_x${{ env.BUILD_ARCH }}.exe
retention-days: 1
retention-days: 3
# ------------------------------------------------------
@@ -230,7 +230,7 @@ jobs:
with:
name: AmneziaVPN_MacOS
path: AmneziaVPN.dmg
retention-days: 1
retention-days: 3
# ------------------------------------------------------