Skip to content

Commit

Permalink
chore(gh): use linux as default
Browse files Browse the repository at this point in the history
  • Loading branch information
toopay authored Mar 29, 2024
1 parent a0c2af9 commit e99e269
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-"$GOOS"-"$GOARCH"
cp cvf raiden-linux-"$GOARCH"
fi
- name: Release
Expand Down

0 comments on commit e99e269

Please sign in to comment.