Use / instead of \

This commit is contained in:
Gerrit 2023-05-31 10:53:38 +02:00
parent 62db1f8b5c
commit 01c9464b38

View file

@ -21,7 +21,7 @@ jobs:
- name: Create msi from PowerShell Script
shell: pwsh
run: |
.\test1.ps1
./test1.ps1
- name: Upload artifacts
uses: actions/upload-artifact@v2
with: