From ba8e248396c0f9d4fefa1186f41926f9f30173ee Mon Sep 17 00:00:00 2001 From: Gerrit Date: Wed, 31 May 2023 13:48:42 +0200 Subject: [PATCH] Run ps script --- .github/workflows/test.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c98d76..d1db705 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,20 +15,9 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - # - name: File exists - # shell: pwsh - # run: Test-Path $Env:GITHUB_WORKSPACE/test.ps1 | Should -Be $true - name: Create msi from PowerShell Script - id: create - shell: pwsh - run: | - Get-Date - Start-Sleep -Seconds 10 - Get-Date - New-Item -Name test.txt -Value "Hi" - # "$env:GITHUB_WORKSPACE/test1.ps1" + run: pwsh -command ".\$GITHUB_WORKSPACE\test.ps1" - name: Upload artifacts - if: steps.create.outcome == 'success' uses: actions/upload-artifact@v3 with: name: installer