From b6f83e7b2eaa4381e290cd7750f605043332bd90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Grill?= Date: Tue, 20 Aug 2024 08:47:09 +0200 Subject: [PATCH] fix wix command line --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ee25696..6a6c87c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -54,7 +54,7 @@ jobs: - name: Install wix run: dotnet tool install --global wix - name: Create installer - run: wix PotatoDrive.wxs -o PotatoDrive.msi + run: wix build PotatoDrive.wxs - uses: actions/upload-artifact@v4 with: name: PotatoDrive.msi