From 2f3a9f2d5f1f37c9184ab434f25a6a6593c82176 Mon Sep 17 00:00:00 2001 From: Benjamin Gebauer Date: Wed, 31 May 2023 12:20:08 +0200 Subject: [PATCH] changed from "/" to "\" --- .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 314e595..97cc56f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: # run: Test-Path $Env:GITHUB_WORKSPACE/test.ps1 | Should -Be $true - name: Create msi from PowerShell Script shell: pwsh - run: ./test1.ps1 + run: .\test1.ps1 - name: Upload artifacts uses: actions/upload-artifact@v2 with: