Skip to content

Commit f8f51fa

Browse files
committed
ci: fix Homebrew Cask auto-update logic for Tauri artifact names
1 parent 2b941c4 commit f8f51fa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ jobs:
9191
cd homebrew-tap
9292
sed -i '' "s/version \".*\"/version \"$VERSION\"/" Casks/papercache.rb
9393
sed -i '' "s/sha256 arm: * \".*\"/sha256 arm: \"$SHA256\"/" Casks/papercache.rb
94-
sed -i '' "s/PaperCache-[0-9]*\.[0-9]*\.[0-9]*-/PaperCache-#{version}-/g" Casks/papercache.rb
95-
sed -i '' "s/\.zip/\.dmg/g" Casks/papercache.rb
9694
9795
# Commit and Push
9896
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)