Skip to content

Commit

Permalink
Use 8zip for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Mar 15, 2023
1 parent 208da95 commit 5920c3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ jobs:
name: windows-x64
path: release

- name: Zip Linux x64
run: |
cd release && zip linux-x64.zip hemtt && rm hemtt
- name: Zip Windows x64
run: |
cd release && zip windows-x64.zip hemtt.exe && rm hemtt.exe
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 5920c3f

Please sign in to comment.