Update release.yml

This commit is contained in:
Dongdong Zhou 2021-10-06 20:18:34 +01:00
parent 3fbc00c7b5
commit ecd61a3c9a
1 changed files with 0 additions and 12 deletions

View File

@ -20,18 +20,6 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build - name: Build
run: cargo build --release run: cargo build --release
- name: Rename
run: |
cp ./target/release/lapce.exe ./target/release/Lapce-portable.exe
- name: Upload portable executable
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./target/release/Lapce-portable.exe
file_glob: true
tag: ${{ github.ref }}
overwrite: true
- name: Install WiX - name: Install WiX
run: nuget install WiX run: nuget install WiX
- name: Crate msi installer - name: Crate msi installer