From 4fdb49c4ac7a2e17bc2b8288bad1bb54cd765e01 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Wed, 6 Oct 2021 20:20:07 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48c154d7..7690a402 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,13 +27,13 @@ jobs: ./WiX.*/tools/candle.exe -arch "x64" -ext WixUIExtension -ext WixUtilExtension \ -out "./lapce.wixobj" "extra/windows/wix/lapce.wxs" ./WiX.*/tools/light.exe -ext WixUIExtension -ext WixUtilExtension \ - -out "./Lapce-installer.msi" -sice:ICE61 -sice:ICE91 \ + -out "./Lapce-windows.msi" -sice:ICE61 -sice:ICE91 \ "./lapce.wixobj" - name: Upload msi installer uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ./Lapce-installer.msi + file: ./Lapce-windows.msi file_glob: true tag: ${{ github.ref }} overwrite: true