Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
  • Loading branch information
EETagent committed Feb 2, 2024
1 parent 1b83af6 commit 928f75a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,20 @@ jobs:
# done
# shell: zsh {0}
# env:
# SPARKLE_KEY:
# SPARKLE_KEY: ${{ secrets.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 }} | \
echo "${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 \
Artifacts/
env:
SPARKLE_KEY: ${{ secrets.SPARKLE_KEY }}

- name: Publish GitHub Release 📂
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 928f75a

Please sign in to comment.