diff options
author | Yasin <a.piri@hotmail.de> | 2023-07-29 22:59:17 +0200 |
---|---|---|
committer | Yasin <a.piri@hotmail.de> | 2023-07-29 22:59:17 +0200 |
commit | 02f567cc4aece6dbc8a94a321b59edb4637ad27e (patch) | |
tree | 4c8272eb2e4808074eaa8db07801e8c68ea3b128 | |
parent | 42dc1e174590aee598c23026cadaf7cf7e40feba (diff) | |
download | Skyblocker-02f567cc4aece6dbc8a94a321b59edb4637ad27e.tar.gz Skyblocker-02f567cc4aece6dbc8a94a321b59edb4637ad27e.tar.bz2 Skyblocker-02f567cc4aece6dbc8a94a321b59edb4637ad27e.zip |
Update buildrelease.yml
-rw-r--r-- | .github/workflows/buildrelease.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/buildrelease.yml b/.github/workflows/buildrelease.yml index 19a93e9e..2428e2b5 100644 --- a/.github/workflows/buildrelease.yml +++ b/.github/workflows/buildrelease.yml @@ -129,10 +129,11 @@ jobs: uses: Ilshidur/action-discord@master with: args: | - "@Update-Notification" + "<@&1134565945482948638>" "## Skyblocker ${{ steps.version_tag.outputs.value }}" "" "${{ steps.read_changelog.outputs.changelog_discord }}" + "" ":inbox_tray: Download latest version on Modrinth or Github:" "<:modrinth:900697862206287882> <${{ steps.modrinth.outputs.url }}>" "<:github:900697885706952725> <${{ steps.uploadrelease.outputs.url }}>" |