Skip to content

Commit

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

0 comments on commit fadbf39

Please sign in to comment.