From 4b592d6e95c864f7651619c90e05b07460f3f564 Mon Sep 17 00:00:00 2001 From: Avestura Date: Thu, 8 Feb 2024 02:18:40 +0330 Subject: [PATCH] feat: move files --- .github/workflows/ci.yml | 44 +++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b9cbd7..2429b77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,29 +85,6 @@ jobs: env: Configuration: ${{ matrix.configuration }} - - - name: Build Installer - uses: caphyon/advinst-github-action@v1.0 - 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: | @@ -134,3 +111,24 @@ jobs: with: name: MSIX Package path: ${{ env.Wap_Project_Directory }}\AppPackages + + - name: Build Installer + uses: caphyon/advinst-github-action@v1.0 + 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