Skip to content

Commit

Permalink
fix(release): build name
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Apr 9, 2024
1 parent 5031803 commit d59964a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ jobs:
with:
draft: true
files: |
build/beacond-linux-arm64/beacond
build/beacond-linux-amd64/beacond
build/beacond-darwin-arm64/beacond
build/beacond-linux-arm64
build/beacond-linux-amd64
build/beacond-darwin-arm64
env:
GIT_TOKEN: ${{ secrets.DEV_PAT }}

0 comments on commit d59964a

Please sign in to comment.