diff options
author | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2021-10-22 12:19:37 +0200 |
---|---|---|
committer | LifeIsAParadox <LifeIsAParadox@users.noreply.github.com> | 2021-10-22 12:19:37 +0200 |
commit | 6e86159eef364e82b719b7595fef3fe2427f3ca8 (patch) | |
tree | e13ec5b76a3f3a49c8c7495aabbc19f188a933a6 | |
parent | d402b8941fd30c61dde0318b92cc6d6bafdaf26c (diff) | |
download | Skyblocker-6e86159eef364e82b719b7595fef3fe2427f3ca8.tar.gz Skyblocker-6e86159eef364e82b719b7595fef3fe2427f3ca8.tar.bz2 Skyblocker-6e86159eef364e82b719b7595fef3fe2427f3ca8.zip |
workflow fix custom discord emoji [skip ci]
-rw-r--r-- | .github/workflows/buildrelease.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/buildrelease.yml b/.github/workflows/buildrelease.yml index 899d55b6..afc4bf68 100644 --- a/.github/workflows/buildrelease.yml +++ b/.github/workflows/buildrelease.yml @@ -86,7 +86,7 @@ jobs: "${{ steps.read_changelog.outputs.changelog }}" "```" ":inbox_tray: Download latest version on Modrinth or Github:" - ":modrinth: <${{ steps.modrinth.outputs.url }}>" - ":github: <${{ steps.uploadrelease.outputs.url }}>" + "<:modrinth:900697862206287882> <${{ steps.modrinth.outputs.url }}>" + "<:github:900697885706952725> <${{ steps.uploadrelease.outputs.url }}>" "" "<https://hysky.de/>"
\ No newline at end of file |