Skip to content

Commit

Permalink
Rename binaries for x86_64 and arm64 platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Jan 30, 2024
1 parent fadbf39 commit 8073b4d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,16 @@ jobs:
uses: actions/download-artifact@v3
with:
name: yevis_x86_64
path: ./yevis_x86_64
path: ./x86_64
- name: "Download yevis binary (arm64)"
uses: actions/download-artifact@v3
with:
name: yevis_arm64
path: ./yevis_arm64
path: ./arm64
- name: "Rename binaries"
run: |
mv ./x86_64/yevis ./yevis_x86_64
mv ./arm64/yevis ./yevis_arm64
- name: "Release"
run: |
gh release \
Expand Down

0 comments on commit 8073b4d

Please sign in to comment.