mirror of https://github.com/lapce/lapce.git
github action update
This commit is contained in:
parent
83234e6a6b
commit
a204f19956
|
@ -32,6 +32,7 @@ jobs:
|
||||||
-out "./Lapce-windows.msi" -sice:ICE61 -sice:ICE91 \
|
-out "./Lapce-windows.msi" -sice:ICE61 -sice:ICE91 \
|
||||||
"./lapce.wixobj"
|
"./lapce.wixobj"
|
||||||
- name: Create portable
|
- name: Create portable
|
||||||
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
Compress-Archive ./target/release/lapce.exe ./Lapce-portable.zip
|
Compress-Archive ./target/release/lapce.exe ./Lapce-portable.zip
|
||||||
- name: Upload msi installer
|
- name: Upload msi installer
|
||||||
|
|
Loading…
Reference in New Issue