From 7682c569eb348fcc12fcd70070d5ca7c46bfdcd7 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Tue, 2 Jan 2024 08:40:20 -0500 Subject: [PATCH] Fixed windows package execution. --- .github/workflows/run-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 3e557a6..506feeb 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -37,7 +37,7 @@ jobs: - name: Build Windows MSI Package for Release if: ${{ startsWith(github.ref, 'refs/tags/') && runner.os == 'Windows' }} - run: + run: powershell.exe -File scripts/package-windows-msi.ps1 - name: Create Release if: ${{ startsWith(github.ref, 'refs/tags/') }}