mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
increased storage time for artifacts up to 3 days
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
# ------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user