Skip to content

Commit

Permalink
fix release wf
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks committed Mar 19, 2020
1 parent 6edd065 commit f7bfff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: cargo fmt -- --check

- name: Run Rust build
run: cargo build --release -- --nocapture
run: cargo build --release

- name: Create Release
id: create_release
Expand All @@ -39,4 +39,4 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: target/release/vartrix
asset_name: vartrix_linux
asset_name: vartrix_linux
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vartrix"
version = "1.1.10"
version = "1.1.11"
authors = ["Ian Fiddes <[email protected]>", "Patrick Marks <[email protected]>"]

[dependencies]
Expand Down

0 comments on commit f7bfff0

Please sign in to comment.