Skip to content

Commit

Permalink
ci: release zip for linux and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 21, 2024
1 parent 0a71318 commit c3be35a
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 @@ -133,6 +133,10 @@ jobs:
name: linux-x64
path: release

- name: Zip Linux x64
run: |
cd release && zip linux-x64.zip hemtt && rm hemtt
- name: Rename Linux x64
run: |
cd release && mv hemtt linux-x64
Expand All @@ -153,6 +157,10 @@ jobs:
name: macos-x64
path: release

- name: Zip MacOS x64
run: |
cd release && zip macos-x64.zip hemtt && rm hemtt
- name: Rename MacOS x64
run: |
cd release && mv hemtt darwin-x64
Expand Down

0 comments on commit c3be35a

Please sign in to comment.