We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e8605 commit a27eaabCopy full SHA for a27eaab
1 file changed
action.yml
@@ -47,7 +47,7 @@ runs:
47
{
48
echo "IncQuery Validator for Enterprise Architect will be installed."
49
echo "need_to_install=true" >> $env:GITHUB_OUTPUT
50
- echo "download_url=https://build.incquerylabs.com/nexus/repository/lieberlieber-collaboration-raw/validator-for-ea/release-2023.2.0-alpha/IncQuery%20Validator%20for%20Enterprise%20Architect%202023.2.0-alpha%20Setup.exe" >> $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
51
echo "installer_path=${{ runner.temp }}/IncQuery Validator for Enterprise Architect Setup.exe" >> $env:GITHUB_OUTPUT
52
}
53
0 commit comments