Fix path of ps script
This commit is contained in:
parent
e40d05fa9b
commit
001e9a216c
1 changed files with 1 additions and 4 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -3,9 +3,6 @@ name: Test
|
|||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -24,7 +21,7 @@ jobs:
|
|||
- name: Create msi from PowerShell Script
|
||||
shell: pwsh
|
||||
run: |
|
||||
"./$Env:GITHUB_WORKSPACE/test1.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