Skip to content

Commit

Permalink
fix: change version
Browse files Browse the repository at this point in the history
  • Loading branch information
avestura committed Feb 7, 2024
1 parent a00c9b4 commit 4ec1e64
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,21 @@ jobs:

- name: Build Installer
uses: caphyon/[email protected]
if: ${{ matrix.configuration }} == 'Release'
with:
advinst-version: '19.0'
advinst-version: '21.4'
# advinst-license: ${{ secrets.ADVINST_LICENSE_KEY }}
advinst-enable-automation: 'true'
aip-path: ${{ github.workspace }}\AdvancedInstaller\EyesGuard.aip
# aip-build-name: DefaultBuild
# aip-package-name: setup.msi
# aip-output-dir: ${{ github.workspace }}\setup
aip-commands: |
SetVersion latest-dev
SetVersion latest-${{ matrix.configuration }}
- name: Publish setup artifact
if: ${{ matrix.configuration }} == 'Release'
uses: actions/upload-artifact@v2
with:
name: setup
path: ${{ github.workspace }}\AdvancedInstaller\Setup\EyesGuard-Setup-latest-dev.msi
path: ${{ github.workspace }}\AdvancedInstaller\Setup\EyesGuard-Setup-latest-${{ matrix.configuration }}.msi

0 comments on commit 4ec1e64

Please sign in to comment.