mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 12:47:55 +08:00
remove .exe from release (#144)
This commit is contained in:
@@ -50,10 +50,11 @@ jobs:
|
||||
with:
|
||||
command: build
|
||||
args: --release
|
||||
- name: Rename executable
|
||||
- name: Compress executable (unix)
|
||||
if: matrix.os_name == 'linux' || matrix.os_name == 'macos'
|
||||
run: mv target/release/himalaya target/release/himalaya.exe
|
||||
- name: Compress executable
|
||||
run: tar czf himalaya.tar.gz -C target/release himalaya
|
||||
- name: Compress executable (windows)
|
||||
if: matrix.os_name == 'windows'
|
||||
run: tar czf himalaya.tar.gz -C target/release himalaya.exe
|
||||
- name: Upload release asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
||||
Reference in New Issue
Block a user