Skip to content

Commit

Permalink
fix: wrong binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zak4sad committed Jan 24, 2025
1 parent 2f81ed4 commit 2f5c305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Upload ARM64 Binary as Artifact
uses: actions/upload-artifact@v4
with:
name: bech32-arm46
path: build/bech32-arm46
name: bech32-arm64
path: build/bech32-arm64

- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit 2f5c305

Please sign in to comment.