diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64c6e92..1b98c5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: statsd-explore-amd64 + asset_path: statsd-explore-amd64/statsd-explore asset_name: statsd-explore-amd64 asset_content_type: application/octet-stream @@ -92,6 +92,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: statsd-explore-macos + asset_path: statsd-explore-macos/statsd-explore asset_name: statsd-explore-macos asset_content_type: application/octet-stream diff --git a/Cargo.lock b/Cargo.lock index 8b695e6..86e5a70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -566,7 +566,7 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "statsd-explore" -version = "0.1.7" +version = "0.1.8" dependencies = [ "async-std", "futures", diff --git a/Cargo.toml b/Cargo.toml index 42449ba..0ebc805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "statsd-explore" -version = "0.1.7" +version = "0.1.8" authors = ["R. Tyler Croy "] edition = "2018"