changed from "/" to "\"

This commit is contained in:
Benjamin Gebauer 2023-05-31 12:20:08 +02:00
parent f8dd2595bf
commit 2f3a9f2d5f

View file

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