Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Stein committed Feb 6, 2023
1 parent 05481a5 commit 534798a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/artifacts/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
mv ./clip /usr/local/bin/clip
mv ./clipboarddb.json /usr/local/bin/clipboarddb.json
export PATH=$PATH:/usr/local/bin
echo 'export PATH=/usr/local/bin:$PATH' >> ~/.bash_profile
echo 'alias clip="cd /usr/local/bin/ && ./clip"' >> ~/.bash_profile
source ~/.bash_profile
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
MACOS_TARGET: x86_64-apple-darwin
LINUX_AMD64_TARGET: x86_64-unknown-linux-musl
LINUX_ARM64_TARGET: aarch64-unknown-linux-musl
VERSION: 0.1.3
VERSION: 0.1.4

# Space separated paths to include in the archive.
RELEASE_ADDS: README.md LICENSE-APACHE LICENSE-MIT clipboarddb.json .github/artifacts/install.sh
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clip"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
authors = ["Happy Machine (https://github.com/happy-machine)"]

Expand Down

0 comments on commit 534798a

Please sign in to comment.