File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,15 +23,11 @@ jobs:
2323 MACOS="https://github.com/debba/storytel-player/releases/download/$TAG/Storytel-Player-${TAG#v}.dmg"
2424 LINUX="https://github.com/debba/storytel-player/releases/download/$TAG/Storytel-Player-${TAG#v}.AppImage"
2525
26- DOWNLOAD_SECTION="$(cat <<'EOM'
27- [](${WINDOWS}) \
28- [](${MACOS}) \
29- [](${LINUX})
30- EOM
31- )"
32- ``
33-
34- # Replacd section between markers
26+ DOWNLOAD_SECTION="[]($WINDOWS) \
27+ []($MACOS) \
28+ []($LINUX)"
29+
30+ # Replace section between markers
3531 awk -v replacement="$DOWNLOAD_SECTION" '
3632 BEGIN { in_section=0 }
3733 /<!-- DOWNLOAD_SECTION_START -->/ {
You can’t perform that action at this time.
0 commit comments