Skip to content

Commit

Permalink
bump version, try to fix actions
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Henry <[email protected]>
  • Loading branch information
rickh94 committed Aug 27, 2021
1 parent b3cb3de commit 9295e40
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 @@ -48,8 +48,9 @@ jobs:
name: Test
with:
toolchain: stable
args: --target ${{ matrix.target }} --release --locked
args: --target ${{ matrix.target }} --locked
use-cross: ${{ matrix.cross }}
command: test
- uses: actions-rs/cargo@v1
name: Build for Release
with:
Expand All @@ -59,7 +60,6 @@ jobs:
- name: Upload binary to release
uses: svenstaro/upload-release-action@v1-release
with:
override: true
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ matrix.artifact_name }}
asset_name: ${{ matrix.asset_name }}
Expand Down
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 = "rustmon"
version = "0.1.2"
version = "0.1.2-1"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 9295e40

Please sign in to comment.