From c962342686bc8731157ec9b312b0700b3893d5a1 Mon Sep 17 00:00:00 2001 From: IhateTrains Date: Tue, 7 Jan 2025 19:06:25 +0000 Subject: [PATCH] Don't build Updater for the development build (#2407) --- .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 }}