Skip to content

Commit 88568f2

Browse files
jsflaxclaude
andcommitted
Fix Sparkle tools version to 2.8.1
2.7.5 doesn't exist, causing tar extraction to fail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ace6a2 commit 88568f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
DMG="MemoryVisualizer-${VERSION}.dmg"
181181
182182
# Download Sparkle tools
183-
SPARKLE_VERSION="2.7.5"
183+
SPARKLE_VERSION="2.8.1"
184184
curl -sL "https://github.com/sparkle-project/Sparkle/releases/download/${SPARKLE_VERSION}/Sparkle-${SPARKLE_VERSION}.tar.xz" | tar xJ -C /tmp/sparkle-tools bin/
185185
186186
# Move DMG to a staging dir for generate_appcast

0 commit comments

Comments
 (0)