Skip to content

Commit

Permalink
Update Sparkle bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
williambj1 committed Aug 1, 2024
1 parent eed0892 commit cc0068b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
PART5='</li>'
CHANGELOG="$(git log -"$(git rev-list --count $(git rev-list -1 "$(git tag -l | grep -v 'alpha' | tail -1)")..HEAD)" --format="${PART1}%H${PART2}%H${PART3}%h${PART4}%s${PART5}" | cat)"
SPARKLE_BIN='./build/SourcePackages/artifacts/Sparkle/bin'
SPARKLE_BIN='./build/SourcePackages/artifacts/sparkle/Sparkle/bin'
PUBDATE="$(date +"%a, %d %b %Y %T %z")"
APPCAST=(
'<?xml version="1.0" standalone="yes"?>'
Expand Down

0 comments on commit cc0068b

Please sign in to comment.