From 40b48436387eb7094c079d0288fe24f84de0fed3 Mon Sep 17 00:00:00 2001 From: Gerrit Date: Wed, 31 May 2023 09:15:20 +0200 Subject: [PATCH] change path of powershell script --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 866b58d..ba53a8c 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" + ./test.ps1" - name: Upload artifacts uses: actions/upload-artifact@v2 with: