From 0d9fe5ad3ae69aaa9b1114d104c609d66d4f1661 Mon Sep 17 00:00:00 2001 From: Gerrit Date: Wed, 31 May 2023 09:46:11 +0200 Subject: [PATCH] change path to file --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c50d6a..d3acb45 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,11 +20,11 @@ jobs: fetch-depth: 0 - name: File exists shell: pwsh - run: Test-Path $Env:GITHUB_WORKSPACE\test.ps1 | Should -Be $true + run: Test-Path $Env:GITHUB_WORKSPACE/test.ps1 | Should -Be $true - name: Create msi from PowerShell Script shell: pwsh run: | - "./$Env:GITHUB_WORKSPACE/test.ps1" + "./$Env:GITHUB_WORKSPACE/test1.ps1" - name: Upload artifacts uses: actions/upload-artifact@v2 with: