From 90a990db958ea1b596b4539095fff146afffe652 Mon Sep 17 00:00:00 2001 From: JKamue Date: Fri, 23 Aug 2024 14:02:14 +0200 Subject: [PATCH] update check --- .github/workflows/build_and_publish_installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish_installer.yml b/.github/workflows/build_and_publish_installer.yml index c19d75f..b71cd36 100644 --- a/.github/workflows/build_and_publish_installer.yml +++ b/.github/workflows/build_and_publish_installer.yml @@ -52,7 +52,7 @@ jobs: VERSION: ${{ github.ref_name }} run: | # JSON String erstellen - $jsonString = '{"RegistryKey":"HKUD\\Software\\\\co-IT.eu GmbH\\Clockodo QuickActions\\Version", "Version":"' + $env:VERSION + '"}' + $jsonString = '{"RegistryKey":"HKUD\\Software\\\\co-IT.eu GmbH\\Lexoffice Gdi Export\\Version", "Version":"' + $env:VERSION + '"}' # Datei erstellen $jsonString | Set-Content -Path advinst_update.json