Skip to content

Commit

Permalink
feat: move files
Browse files Browse the repository at this point in the history
  • Loading branch information
avestura committed Feb 7, 2024
1 parent 5d8e40d commit 4b592d6
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,29 +85,6 @@ jobs:
env:
Configuration: ${{ matrix.configuration }}


- name: Build Installer
uses: caphyon/[email protected]
if: ${{ matrix.configuration }} == 'Release'
with:
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 0.0.0
- name: Publish setup artifact
if: ${{ matrix.configuration }} == 'Release'
uses: actions/upload-artifact@v2
with:
name: setup
path: ${{ github.workspace }}\AdvancedInstaller\Setup\EyesGuard-Setup-0.0.0.msi


# Decode the base 64 encoded pfx and save the Signing_Certificate
- name: Decode the pfx
run: |
Expand All @@ -134,3 +111,24 @@ jobs:
with:
name: MSIX Package
path: ${{ env.Wap_Project_Directory }}\AppPackages

- name: Build Installer
uses: caphyon/[email protected]
if: ${{ matrix.configuration }} == 'Release'
with:
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 0.0.0
- name: Publish setup artifact
if: ${{ matrix.configuration }} == 'Release'
uses: actions/upload-artifact@v2
with:
name: setup
path: ${{ github.workspace }}\AdvancedInstaller\Setup\EyesGuard-Setup-0.0.0.msi

0 comments on commit 4b592d6

Please sign in to comment.