Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
diepeterpan authored Nov 12, 2023
1 parent 85d89ad commit 768e75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Generate Sparkle Appcast
if: github.event_name == 'workflow_dispatch'
run: |
REPO_COMMIT_URL='https://github.com/OpenIntelWireless/HeliPort/commit/'
REPO_COMMIT_URL='https://github.com/diepeterpan/HeliPortSonoma/commit/'
INDENT=' '
PART1="${INDENT}<li><a class=\"commit-link\" data-hovercard-type=\"commit\" data-hovercard-url=\"${REPO_COMMIT_URL}"
PART2="/hovercard\" href=\"${REPO_COMMIT_URL}"
Expand All @@ -144,7 +144,7 @@ jobs:
' ]]>'
' </description>'
' <sparkle:minimumSystemVersion>10.12</sparkle:minimumSystemVersion>'
" <enclosure url=\"https://heliport.bat-bat.workers.dev/https://github.com/OpenIntelWireless/HeliPort/releases/latest/download/HeliPort.dmg\" sparkle:version=\"${VER}-stable-${SHORT_SHA}\" sparkle:shortVersionString=\"${VER}\" type=\"application/octet-stream\" $($SPARKLE_BIN/sign_update -s ${SPARKLE_KEY} ./Artifacts/HeliPort.dmg)/>"
" <enclosure url=\"https://heliport.bat-bat.workers.dev/https://github.com/diepeterpan/HeliPortSonoma/releases/latest/download/HeliPort.dmg\" sparkle:version=\"${VER}-stable-${SHORT_SHA}\" sparkle:shortVersionString=\"${VER}\" type=\"application/octet-stream\" $($SPARKLE_BIN/sign_update -s ${SPARKLE_KEY} ./Artifacts/HeliPort.dmg)/>"
' </item>'
' </channel>'
'</rss>'
Expand Down

0 comments on commit 768e75c

Please # to comment.