Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r authored Jan 6, 2025
1 parent 58b2a14 commit 7ffb4ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ jobs:

- name: Update cask
run: |
find .
sha_arm=$(cut -f 1 -d " " Albert-${{ github.ref_name }}-arm64.dmg.sha256)
sha_intel=$(cut -f 1 -d " " Albert-${{ github.ref_name }}-x86_64.dmg.sha256)
sed -i '.bak' "s/version .*$/version \"${{ github.ref_name }}\"/; s/^ sha256.*$/ sha256 arm: \"${sha_arm}\", intel: \"${sha_intel}\"/" albert.rb
Expand Down

0 comments on commit 7ffb4ad

Please sign in to comment.