Skip to content

Commit

Permalink
release CI: fix asset namings
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc committed Oct 15, 2022
1 parent c2cb37b commit 8cbb0fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,12 @@ jobs:
asset_arch: x86_64
- goarch: arm64
asset_arch: arm64
- goarch: ppc64le
asset_arch: ppc64le
- goarch: s390x
asset_arch: s390x
- goos: linux
goarch: ppc64le
asset_arch: ppc64le
- goos: linux
goarch: s390x
asset_arch: s390x

steps:
- name: Set up Go 1.19
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func main() {
app := cli.NewApp()
app.Name = "rz-pm"
app.Usage = "rizin package manager"
app.Version = "0.1.6"
app.Version = "0.1.7"

app.Flags = []cli.Flag{
&cli.BoolFlag{
Expand Down

0 comments on commit 8cbb0fd

Please sign in to comment.