summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/downloader.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/downloader.yml b/.github/workflows/downloader.yml
index c8c90716ae..33ce992fb7 100644
--- a/.github/workflows/downloader.yml
+++ b/.github/workflows/downloader.yml
@@ -55,7 +55,7 @@ jobs:
- name: Check file size
uses: ./.github/actions/check-file-size
with:
- artifact: "./installer-downloader/dist/MullvadDownloader.exe"
+ artifact: "./dist/Install Mullvad VPN.exe"
max_size: ${{ env.MAX_BINARY_SIZE }}
build-macos:
@@ -77,5 +77,5 @@ jobs:
- name: Check file size
uses: ./.github/actions/check-file-size
with:
- artifact: "./installer-downloader/dist/MullvadDownloader.dmg"
+ artifact: "./dist/Install Mullvad VPN.dmg"
max_size: ${{ env.MAX_BINARY_SIZE }}