change path of powershell script

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

View file

@ -23,7 +23,7 @@ jobs:
run: Test-Path $Env:GITHUB_WORKSPACE\test.ps1 | Should -Be $true
- name: Create msi from PowerShell Script
run: |
./"$Env:GITHUB_WORKSPACE/test.ps1"
./test.ps1"
- name: Upload artifacts
uses: actions/upload-artifact@v2
with: