Skip to content

Commit

Permalink
Fix icon URL in asset library listing
Browse files Browse the repository at this point in the history
  • Loading branch information
wjt committed Oct 30, 2024
1 parent da703fa commit f64981e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset-template.json.hb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"download_commit": "{{ env.GITHUB_SHA }}",
"browse_url": "{{ context.repository.html_url }}",
"issues_url": "{{ context.repository.html_url }}/issues",
"icon_url": "https://raw.githubusercontent.com/endlessm/modbable-pong/{{ context.release.tag_name }}/icon.png"
"icon_url": "https://raw.githubusercontent.com/endlessm/moddable-pong/{{ context.release.tag_name }}/icon.png"
}

0 comments on commit f64981e

Please sign in to comment.