From 00feb9daf5ae61925cc25436090f2631474b66e2 Mon Sep 17 00:00:00 2001 From: Mikal Stordal Date: Sun, 9 Jun 2024 17:38:10 +0200 Subject: [PATCH] chore: fix ember icon in discord notification --- .github/workflows/release-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-daily.yml b/.github/workflows/release-daily.yml index bda861d6..ea7ff26d 100644 --- a/.github/workflows/release-daily.yml +++ b/.github/workflows/release-daily.yml @@ -169,7 +169,7 @@ jobs: embed-color: 9985983 embed-timestamp: ${{ needs.current_info.outputs.date }} embed-author-name: Shokofin | New Dev Build - embed-author-icon-url: https://raw.githubusercontent.com/${{ github.repository }}/master/.github/images/jellyfin.png + embed-author-icon-url: https://raw.githubusercontent.com/${{ github.repository }}/dev/.github/images/jellyfin.png embed-author-url: https://github.com/${{ github.repository }} embed-description: | **Version**: `${{ needs.current_info.outputs.version }}` (`${{ needs.current_info.outputs.sha_short }}`)