change path of powershell script
This commit is contained in:
parent
bed687deb0
commit
40b4843638
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
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
|
||||||
run: |
|
run: |
|
||||||
./"$Env:GITHUB_WORKSPACE/test.ps1"
|
./test.ps1"
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue