Skip to content

v1.3.13

v1.3.13 #180

Workflow file for this run

name: Build
on:
release:
types: [published]
env:
SCED_TAG: ${{ vars.SCED_TAG }}
TTS_MOD_MANAGER_VERSION: ${{ vars.TTS_MOD_MANAGER_VERSION }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: make init
- run: make build
- run: make minify
- uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GH_TOKEN }}
files: |
.build/*
downloadable/**/*.json
library.json
modversion.json
fail_on_unmatched_files: true
generate_release_notes: true