mirror of https://github.com/lapce/lapce.git
Update release.yml
This commit is contained in:
parent
ecd61a3c9a
commit
4fdb49c4ac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue