Skip to content

ensemble saver updates, added config options for animation curve, bum… #50

ensemble saver updates, added config options for animation curve, bum…

ensemble saver updates, added config options for animation curve, bum… #50

Workflow file for this run

name: Publish my plugin
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: tiddly-gittly/[email protected]
with:
source: "TiddlyFlex"
output: "output"
- name: Upload to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: output/*.json
tag: ${{ github.ref }}
overwrite: true
file_glob: true