Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 18, 2024
1 parent 29b9397 commit c4b3d2a
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,39 +134,39 @@ jobs:
name: linux-x64
path: release

- name: Rename Linux x64
run: |
cd release && mv hemtt linux-x64
- name: Download Windows x64
uses: actions/download-artifact@v4
with:
name: windows-x64
path: release

- name: Rename Windows x64
run: |
cd release && mv hemtt.exe windows-x64
- name: Download MacOS x64
uses: actions/download-artifact@v4
with:
name: macos-x64
path: release

- name: Rename MacOS x64
run: |
cd release && mv hemtt darwin-x64
- name: Download MacOS ARM64
uses: actions/download-artifact@v4
with:
name: macos-arm64
path: release

- name: Rename Linux x64
run: |
cd release && mv hemtt linux-x64
- name: Rename Windows x64
run: |
cd release && mv hemtt.exe windows-x64
- name: Rename MacOS x64
run: |
cd macos-x64 && mv hemtt darwin-x64
- name: Rename MacOS ARM64
run: |
cd macos-arm64 && mv hemtt darwin-arm64
cd release && mv hemtt darwin-arm64
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit c4b3d2a

Please sign in to comment.