increased storage time for artifacts up to 3 days
This commit is contained in:
parent
f735b401df
commit
396422ee3a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: AmneziaVPN_Linux
|
name: AmneziaVPN_Linux
|
||||||
path: AmneziaVPN.bundle
|
path: AmneziaVPN.bundle
|
||||||
retention-days: 1
|
retention-days: 3
|
||||||
|
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -102,7 +102,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: AmneziaVPN_Windows
|
name: AmneziaVPN_Windows
|
||||||
path: AmneziaVPN_x${{ env.BUILD_ARCH }}.exe
|
path: AmneziaVPN_x${{ env.BUILD_ARCH }}.exe
|
||||||
retention-days: 1
|
retention-days: 3
|
||||||
|
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -230,7 +230,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: AmneziaVPN_MacOS
|
name: AmneziaVPN_MacOS
|
||||||
path: AmneziaVPN.dmg
|
path: AmneziaVPN.dmg
|
||||||
retention-days: 1
|
retention-days: 3
|
||||||
|
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue