diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5aac464..64c6e92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,6 +77,7 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: statsd-explore-amd64 + asset_name: statsd-explore-amd64 asset_content_type: application/octet-stream - name: Download macos @@ -92,4 +93,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: statsd-explore-macos + asset_name: statsd-explore-macos asset_content_type: application/octet-stream diff --git a/Cargo.lock b/Cargo.lock index 3a08029..8b695e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -566,7 +566,7 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "statsd-explore" -version = "0.1.6" +version = "0.1.7" dependencies = [ "async-std", "futures", diff --git a/Cargo.toml b/Cargo.toml index a1c1b74..42449ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "statsd-explore" -version = "0.1.6" +version = "0.1.7" authors = ["R. Tyler Croy "] edition = "2018"