change path to file
This commit is contained in:
parent
a811d802aa
commit
0d9fe5ad3a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -20,11 +20,11 @@ jobs:
|
|||
fetch-depth: 0
|
||||
- name: File exists
|
||||
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
|
||||
shell: pwsh
|
||||
run: |
|
||||
"./$Env:GITHUB_WORKSPACE/test.ps1"
|
||||
"./$Env:GITHUB_WORKSPACE/test1.ps1"
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue