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