From 942352c6d6917518cb1255208bfadbab3beb8185 Mon Sep 17 00:00:00 2001 From: Gold87 <91761103+Gold872@users.noreply.github.com> Date: Sun, 6 Oct 2024 14:37:24 -0400 Subject: [PATCH] Update innosetup CI and .gitignore --- .github/workflows/elastic-ci.yml | 2 +- .gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/elastic-ci.yml b/.github/workflows/elastic-ci.yml index 2cc8aa1f..774b522d 100644 --- a/.github/workflows/elastic-ci.yml +++ b/.github/workflows/elastic-ci.yml @@ -125,7 +125,7 @@ jobs: - name: Create installer if: ${{ matrix.build-option == 'windows' }} - uses: Minionguyjpro/Inno-Setup-Action@v1.2.2 + uses: Minionguyjpro/Inno-Setup-Action@v1.2.5 with: path: installer_setup_script.iss options: /O+ diff --git a/.gitignore b/.gitignore index eba293ad..569c1226 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,7 @@ coverage/ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. -#.vscode/ +.vscode/ # Flutter/Dart/Pub related **/doc/api/