Skip to content

Commit

Permalink
fix(ci): fetch commit id automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
ksqsf committed Dec 16, 2024
1 parent 9373cf2 commit 5cde44a
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 -s https://api.github.com/repos/rime/librime/git/refs/tags/${rime_version} | jq -r '.object.sha[0:7]')
sparkle_version=2.6.2

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

0 comments on commit 5cde44a

Please sign in to comment.