Here is an example of how to configure it
jobs:
build:
runs-on: [macos-latest] # π This action only works on macOS
steps:
- uses: actions/checkout@v2
# Do you stuff to build the project
- uses: SantiMA10/[email protected]
with:
input-directory: "/dist/dev.santiagomartin.devops.sdPlugin" # Where is your code
output-directory: "/release" # Where you want the .streamDeckPlugin
# Create an artifact to download it
- name: Upload .streamDeckPlugin artifact
uses: actions/[email protected]
with:
name: dev.santiagomartin.devops.streamDeckPlugin
path: ./release/