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