From f0fafdabd154df2b17917a26aaf06d419eb7b578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Grill?= Date: Mon, 6 Nov 2023 10:25:19 +0100 Subject: [PATCH] Update to 2023.2.1 release --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f933ca4..9132be3 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ runs: { echo "IncQuery Validator for Enterprise Architect will be installed." echo "need_to_install=true" >> $env:GITHUB_OUTPUT - echo "download_url=https://build.incquerylabs.com/nexus/repository/lieberlieber-collaboration-raw/validator-for-ea/release-2023.2.0/IncQuery%20Validator%20for%20Enterprise%20Architect%202023.2.0%20Setup.exe" >> $env:GITHUB_OUTPUT + echo "download_url=https://build.incquerylabs.com/nexus/repository/lieberlieber-collaboration-raw/validator-for-ea/release-2023.2.1/IncQuery%20Validator%20for%20Enterprise%20Architect%202023.2.1%20Setup.exe" >> $env:GITHUB_OUTPUT echo "installer_path=${{ runner.temp }}/IncQuery Validator for Enterprise Architect Setup.exe" >> $env:GITHUB_OUTPUT }