From 76ef3a80cc56078859b732fadefad7dae5cde0ca Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Sun, 29 Jan 2023 19:50:24 +0100 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d89a609d..05856efd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -363,5 +363,5 @@ jobs: ######################################################################################### ## Update the Web Installer on a release ######################################################################################### -# The Update of the Web installer no longer gets done in here! -# See the update-webinstaller.yml which gets triggered automatically on a release (or a change to rolling where it then uses the binary of the latest release) + update-webinstaller: + uses: ./.github/workflows/update-webinstaller.yml