Skip to content

Commit

Permalink
Merge pull request #50 from uga-rosa/master
Browse files Browse the repository at this point in the history
Fix self-update #47
  • Loading branch information
b4b4r07 authored Jun 11, 2022
2 parents ee71481 + 3723cb5 commit e9d6a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (r *Release) filterAssets() (Asset, error) {
expr := ""
switch runtime.GOARCH {
case "amd64":
expr += ".*(amd64|64).*"
expr += ".*(amd64|x86.64).*"
case "386":
expr += ".*(386|86).*"
}
Expand Down

0 comments on commit e9d6a7d

Please sign in to comment.