Fixed windows package execution.
This commit is contained in:
parent
43a3ff3892
commit
7682c569eb
|
@ -37,7 +37,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build Windows MSI Package for Release
|
- name: Build Windows MSI Package for Release
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/') && runner.os == 'Windows' }}
|
if: ${{ startsWith(github.ref, 'refs/tags/') && runner.os == 'Windows' }}
|
||||||
run:
|
run: powershell.exe -File scripts/package-windows-msi.ps1
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||||
|
|
Loading…
Reference in New Issue