Skip to content

Commit

Permalink
fix(gh): mistyped binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
toopay authored Mar 29, 2024
1 parent e99e269 commit 4b6811a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if [[ $GOOS == 'darwin' ]]; then
cp raiden raiden-macos-"$GOARCH"
else
cp cvf raiden-linux-"$GOARCH"
cp raiden raiden-"$GOOS"-"$GOARCH"
fi
- name: Release
Expand Down

0 comments on commit 4b6811a

Please sign in to comment.