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