Fixed windows package execution.

This commit is contained in:
Andrew Lalis 2024-01-02 08:40:20 -05:00
parent 43a3ff3892
commit 7682c569eb
1 changed files with 1 additions and 1 deletions

View File

@ -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/') }}