Skip to content

Commit

Permalink
File sync from bmos/fg-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 2, 2024
1 parent f522fec commit f033fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -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

0 comments on commit f033fec

Please sign in to comment.