Skip to content

Commit

Permalink
Update Advanced Installer to 18.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bording authored and DavidBoike committed Nov 12, 2021
1 parent 0657820 commit 00dc674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.2
- name: Setup Advanced Installer
run: |
$version = 18.4
$version = "18.8.1"
choco install advanced-installer --version=$version
& "C:\Program Files (x86)\Caphyon\Advanced Installer $version\bin\x86\AdvancedInstaller.com" /register ${{ secrets.ADVANCED_INSTALLER_LICENSE_KEY }}
- name: Prepare AIP file
Expand Down

0 comments on commit 00dc674

Please sign in to comment.