Skip to content

Commit

Permalink
chore(ci): auto discover git ref of librime artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ksqsf committed Sep 9, 2024
1 parent a30a6e9 commit 221aee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

rime_version=latest
rime_git_hash=24f0f7b
rime_git_hash=`curl https://api.github.com/repos/rime/librime/releases/tags/latest | jq '.assets | .[] | select(.name | contains("macOS")) | .name' | jq -s '.[0]' -r | cut -d- -f2`
sparkle_version=2.6.2

rime_archive="rime-${rime_git_hash}-macOS-universal.tar.bz2"
Expand Down

0 comments on commit 221aee6

Please sign in to comment.