From 01c9464b38a9cef8c2fd90604b9a5b5c96ae1195 Mon Sep 17 00:00:00 2001 From: Gerrit Date: Wed, 31 May 2023 10:53:38 +0200 Subject: [PATCH] Use / instead of \ --- .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 61e8f71..d2653b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - name: Create msi from PowerShell Script shell: pwsh run: | - .\test1.ps1 + ./test1.ps1 - name: Upload artifacts uses: actions/upload-artifact@v2 with: