Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 24, 2024
1 parent 2855d8e commit 792ead0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:

- name: Zip Linux x64
run: |
cd release && zip linux-x64.zip hemtt && rm hemtt
cd release && zip linux-x64.zip hemtt
- name: Rename Linux x64
run: |
Expand All @@ -159,7 +159,7 @@ jobs:

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

0 comments on commit 792ead0

Please sign in to comment.