Skip to content

Commit

Permalink
ci: Replace release notes logo with showcase screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ishere committed Dec 3, 2024
1 parent d234cb6 commit 6615b14
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
Binary file removed .github/logo.png
Binary file not shown.
34 changes: 27 additions & 7 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,36 @@ jobs:
files: |
${{ steps.zip.outputs.artefact }}
body: |
# Version ${{ github.ref_name }} Released!
<p align="center">
<img
src="https://raw.githubusercontent.com/max-ishere/grubshin-bootpact/${{ github.sha }}/.github/logo.png"
alt="Grubshin Bootpact project logo"
height="100" />
View the large images at
<a href="https://github.com/max-ishere/grubshin-bootpact/blob/${{ github.sha }}/SHOWCASE.md#screenshots">
SHOWCASE.md
</a>
</p>
# Version ${{ github.ref_name }} Released!
[**Showcase**](https://github.com/max-ishere/grubshin-bootpact/blob/${{ github.sha }}/SHOWCASE.md#screenshots)
<table>
<tr>
<th>
<img src="https://github.com/max-ishere/grubshin-bootpact/blob/${{ github.sha }}/screenshots/teleport-night-720.png"/>
</th><th>
<img src="https://github.com/max-ishere/grubshin-bootpact/blob/${{ github.sha }}/screenshots/teleport-day-720.png" />
</th>
</tr><tr>
<th>
<img src="https://github.com/max-ishere/grubshin-bootpact/blob/${{ github.sha }}/screenshots/teleport-abyss-720.png" />
</th><th>
<img src="https://github.com/max-ishere/grubshin-bootpact/blob/${{ github.sha }}/screenshots/classic-night-720.png" />
</th>
</tr><tr>
<th>
<img src="https://github.com/max-ishere/grubshin-bootpact/blob/${{ github.sha }}/screenshots/classic-day-720.png" />
</th><th>
<img src="https://github.com/max-ishere/grubshin-bootpact/blob/${{ github.sha }}/screenshots/classic-abyss-720.png" />
</th>
</tr>
</table>
## Installation
Expand Down

0 comments on commit 6615b14

Please sign in to comment.