summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-10-16 15:44:56 +0200
committerJoakim Hulthe <joakim.hulthe@mullvad.net>2025-10-23 10:22:38 +0200
commit309a2569fd9567622f010da63a00baa13b8fecfd (patch)
treef7d1b522d8faebb4e86137ca256669460f64866b
parent3b4af0430e13d171c26508f15ab467114d11add8 (diff)
downloadmullvadvpn-309a2569fd9567622f010da63a00baa13b8fecfd.tar.xz
mullvadvpn-309a2569fd9567622f010da63a00baa13b8fecfd.zip
Update installer-downloader binary size limit
-rw-r--r--.github/workflows/downloader.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/downloader.yml b/.github/workflows/downloader.yml
index 631a1bceeb..159a333c18 100644
--- a/.github/workflows/downloader.yml
+++ b/.github/workflows/downloader.yml
@@ -68,7 +68,7 @@ jobs:
env:
# If the file is larger than this, a regression has probably been introduced.
# You should think twice before increasing this limit.
- MAX_BINARY_SIZE: 3210000
+ MAX_BINARY_SIZE: 3225000
steps:
- name: Checkout repository
uses: actions/checkout@v4