From accda28ed97bea1ba62c9bc554e1fd2c7353c9c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 22:40:17 +0000 Subject: [PATCH] File sync from bmos/fg-workflows --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0deb10f..56848df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,6 +115,6 @@ jobs: - name: Add cumulative users graph to release uses: ncipollo/release-action@v1 with: - body: "![Cumulative Users Graph](https://github.com/${{ github.repository }}/releases/download/${{ github.ref_name }}/cumulative_users.svg)" - artifacts: cumulative_users.svg + body: "![Cumulative Users Graph](https://github.com/${{ github.repository }}/releases/download/${{ github.ref_name }}/cumulative_users.png)" + artifacts: cumulative_users.png allowUpdates: true