File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ jobs:
7575 override : true
7676
7777 - name : Build for mac
78- run : cargo build --all --release --target x86_64-apple-darwin && strip target/release/zsh-histdb-skim
78+ run : cargo build --all --release --target x86_64-apple-darwin && strip target/x86_64-apple-darwin/ release/zsh-histdb-skim
7979
8080 - name : Upload binaries to release
8181 uses : svenstaro/upload-release-action@v2
8282 with :
8383 repo_token : ${{ secrets.GITHUB_TOKEN }}
84- file : target/release/zsh-histdb-skim
84+ file : target/x86_64-apple-darwin/ release/zsh-histdb-skim
8585 asset_name : zsh-histdb-skim-darwin-x64
8686 tag : ${{ github.ref }}
8787
Original file line number Diff line number Diff line change 11[package ]
22name = " zsh-histdb-skim"
3- version = " 0.8.7 "
3+ version = " 0.9.1 "
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ fn main() -> Result<()> {
236236 } ( args) ;
237237
238238 if query == "--version" {
239- println ! ( "v0.9.0 " ) ;
239+ println ! ( "v0.9.1 " ) ;
240240 std:: process:: exit ( 1 ) ;
241241 }
242242
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ XDG_BIN_PATH=${XDG_DATA_HOME:-$HOME/.local/share}/zsh-histdb-skim/
22BIN_DIR=${HISTDB_SKIM_PATH:- ${XDG_BIN_PATH} }
33BIN_PATH=${BIN_DIR} /zsh-histdb-skim
44
5- HISTB_SKIM_VERSION=" v0.9.0 "
5+ HISTB_SKIM_VERSION=" v0.9.1 "
66
77histdb-skim-get-os (){
88 UNAME_STR=` uname -a`
You can’t perform that action at this time.
0 commit comments