Fix ps path

This commit is contained in:
Gerrit 2023-05-31 09:17:15 +02:00
parent 40b4843638
commit a811d802aa

View file

@ -22,8 +22,9 @@ jobs:
shell: pwsh 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 - name: Create msi from PowerShell Script
shell: pwsh
run: | run: |
./test.ps1" "./$Env:GITHUB_WORKSPACE/test.ps1"
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: