fix ps shell script path

This commit is contained in:
Gerrit 2023-05-31 10:47:00 +02:00
parent 001e9a216c
commit c58a805ae4

View file

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