Skip to content

Commit

Permalink
✏️ fix binstall manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed Oct 23, 2024
1 parent 41ed19f commit 09f5fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ strip = true
ignored = ["csv", "junction"]

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/pactup_v{ version }/{ name }-{ target-family }-{ target-arch }-{ target-libc }{ archive-suffix }"
pkg-url = "{ repo }/releases/download/pactup_v{ version }/{ name }-{ target-family }-{ target-arch }-{ target-libc }.tar.gz"
bin-dir = "{ name }-{ target-family }-{ target-arch }-{ target-libc }{ binary-ext }"
pkg-fmt = "tar.gz"
pkg-fmt = "tgz"

0 comments on commit 09f5fc4

Please sign in to comment.