Skip to content

Commit

Permalink
chore: fix ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilerd committed Jan 19, 2020
1 parent 9269fc4 commit 936235e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Develop Build
on:
push:
branches:
- develop
- master

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions update_local_new_version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rm -rf ~/.cargo/bin/staple
cargo test
cp target/debug/staple ~/.cargo/bin/staple

0 comments on commit 936235e

Please sign in to comment.