Fix ps path
This commit is contained in:
parent
40b4843638
commit
a811d802aa
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -22,8 +22,9 @@ jobs:
|
|||
shell: pwsh
|
||||
run: Test-Path $Env:GITHUB_WORKSPACE\test.ps1 | Should -Be $true
|
||||
- name: Create msi from PowerShell Script
|
||||
shell: pwsh
|
||||
run: |
|
||||
./test.ps1"
|
||||
"./$Env:GITHUB_WORKSPACE/test.ps1"
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue