Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Feb 5, 2024
1 parent 7cd546c commit bb1d60e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,22 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v1
with:
name: promptfont-${{ github.ref }}
name: promptfont-${{ github.ref_name }}
path: promptfont.zip
- name: Create release
id: create_release
continue-on-error: true
uses: ncipollo/release-action@v1
with:
allowUpdates: true
name: Release ${{ github.ref }}
name: Release ${{ github.ref_name }}
artifacts: promptfont.zip
- name: Upload to itchio
uses: manleydev/butler-publish-itchio-action@master
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: all
ITCH_GAME: promptfont
ITCH_USER: shinmera
PACKAGE: promptfont
VERSION: ${{ github.ref_name }}
1 change: 1 addition & 0 deletions index.ctml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
<a class="button" href="https://github.com/Shinmera/promptfont/archive/refs/heads/gh-pages.zip">Download</a>
</h1>
<p>This is a font designed for button prompts in games. It includes the base alphabet, as well as icons for modifier and control keys, and gamepad buttons. All the icons included in the font are custom made and available under the same <a href="LICENSE.txt">SIL Open Font Licence</a>. Included trademarks however of course still belong to their respective owners.</p>
<p>The downloadable package includes the font in TTF and OTF format, the glyphs rendered to sprite atlases, this index for easy searching, a CSS file for HTML/JS projects, and a JSON file listing all of the glyphs along with convenient names and tagging.</p>
<p>If you use this font in your project please leave an attribution notice in your credits like this:
<blockquote>PromptFont by Yukari "Shinmera" Hafner, available at https://shinmera.com/promptfont</blockquote>
</p>
Expand Down

0 comments on commit bb1d60e

Please sign in to comment.