Package Stream Deck plugin #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Package Stream Deck plugin | |
on: | |
push: | |
tags: | |
- 'v*.*.*' | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo and submodules | |
uses: actions/checkout@v4 | |
with: | |
submodules: recursive | |
- name: Package Stream Deck plugin | |
uses: j4ckofalltrades/[email protected] | |
with: | |
input-directory: "src/dev.jduabe.obsideck.sdPlugin" | |
output-directory: "release" |