diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e3c4ad2..4bf587e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: run: Test-Path $Env:GITHUB_WORKSPACE\test.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: