Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test4
Browse files Browse the repository at this point in the history
EETagent committed Feb 2, 2024
1 parent e7f64d9 commit 1b83af6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -129,12 +129,14 @@ jobs:
# done
# shell: zsh {0}
# env:
# SPARKLE_KEY: ${{ secrets.SPARKLE_KEY }}
# SPARKLE_KEY:
- name: Update appcast
run: |
SPARKLE_BIN='./build/SourcePackages/artifacts/Sparkle/bin'
PUBDATE="$(date +"%a, %d %b %Y %T %z")"
echo ${{ secrets.SPARKLE_KEY }} | \
$SPARKLE_BIN/generate_appcast \
--ed-key-file - \
--link https://github.com/EETagent/Send/releases \
--download-url-prefix "https://github.com/EETagent/Send/releases/download/${CUR_TAG}/" \
-o Artifacts/appcast.xml \

0 comments on commit 1b83af6

Please sign in to comment.