From 7eafc5f13f96bdb2be7e1a953ae4a028872d2289 Mon Sep 17 00:00:00 2001 From: iht Date: Tue, 7 Jan 2025 20:04:22 +0100 Subject: [PATCH] Don't build Updater for the development build --- .github/workflows/build_dev_version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_dev_version.yml b/.github/workflows/build_dev_version.yml index fe9b14048..c5f9b7e01 100644 --- a/.github/workflows/build_dev_version.yml +++ b/.github/workflows/build_dev_version.yml @@ -66,6 +66,7 @@ jobs: with: fronter_dir: 'Fronter.NET' release_dir: 'Publish' + build_updater: false env: BACKBLAZE_KEY_ID: ${{ secrets.BACKBLAZE_KEY_ID }} BACKBLAZE_APPLICATION_KEY: ${{ secrets.BACKBLAZE_APPLICATION_KEY }}