From a811d802aa78476c61553edc47f0a1c24b11277e Mon Sep 17 00:00:00 2001 From: Gerrit Date: Wed, 31 May 2023 09:17:15 +0200 Subject: [PATCH] Fix ps path --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ba53a8c..8c50d6a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,8 +22,9 @@ jobs: shell: pwsh run: Test-Path $Env:GITHUB_WORKSPACE\test.ps1 | Should -Be $true - name: Create msi from PowerShell Script + shell: pwsh run: | - ./test.ps1" + "./$Env:GITHUB_WORKSPACE/test.ps1" - name: Upload artifacts uses: actions/upload-artifact@v2 with: