Skip to content

Commit

Permalink
include schemas in release
Browse files Browse the repository at this point in the history
  • Loading branch information
iiiii7d committed Jul 27, 2024
1 parent 8ecb033 commit 5663565
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
j['font_files'] = []
(Path.cwd() / 'dist' / 'default.nofontfiles.skin.json').write_text(json.dumps(j))
"
- run: |
hatch run tile-renderer schema pla2 > dist/pla2.schema.json
hatch run tile-renedrer schema skin > dist/skin.schema.json
- uses: actions/upload-artifact@v4
with:
name: dist-github
Expand Down

0 comments on commit 5663565

Please sign in to comment.