change path to file

This commit is contained in:
Gerrit 2023-05-31 09:46:11 +02:00
parent a811d802aa
commit 0d9fe5ad3a

View file

@ -20,11 +20,11 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: File exists - name: File exists
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 shell: pwsh
run: | run: |
"./$Env:GITHUB_WORKSPACE/test.ps1" "./$Env:GITHUB_WORKSPACE/test1.ps1"
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: