Skip to content

Commit

Permalink
I think these artifacts are downloaded into directories
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed May 25, 2020
1 parent 579b507 commit 95e823c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "statsd-explore"
version = "0.1.7"
version = "0.1.8"
authors = ["R. Tyler Croy <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 95e823c

Please sign in to comment.