Skip to content

Commit 5920c3f

Browse files
committed
Use 8zip for release
1 parent 208da95 commit 5920c3f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ jobs:
9797
name: windows-x64
9898
path: release
9999

100+
- name: Zip Linux x64
101+
run: |
102+
cd release && zip linux-x64.zip hemtt && rm hemtt
103+
104+
- name: Zip Windows x64
105+
run: |
106+
cd release && zip windows-x64.zip hemtt.exe && rm hemtt.exe
107+
100108
- name: Release
101109
uses: softprops/action-gh-release@v1
102110
with:

0 commit comments

Comments
 (0)