diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6ede49..3ea311a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,10 +20,10 @@ jobs: fetch-depth: 0 - name: Perform a Pester test from the command-line shell: pwsh - run: Test-Path $Env:GITHUB_WORKSPACE\test.ps1 | Should -Be $true + run: Test-Path $Env:GITHUB_WORKSPACE\test1.ps1 | Should -Be $true - name: Create msi from PowerShell Script run: | - $Env:GITHUB_WORKSPACE\test.ps1 + "$Env:GITHUB_WORKSPACE\test.ps1" - name: Upload artifacts uses: actions/upload-artifact@v2 with: diff --git a/AmagnoPrinterInstaller.msi b/AmagnoPrinterInstaller.msi new file mode 100644 index 0000000..df40c98 Binary files /dev/null and b/AmagnoPrinterInstaller.msi differ