Skip to content

Release

Release #8

Workflow file for this run

name: Release
on:
release:
types: [published,prereleased]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Zip asset
uses: thedoctor0/[email protected]
with:
type: 'zip'
filename: 'sd_yourio.zip'
exclusions: '*.git* /*node_modules/* .editorconfig'
- name: Upload asset
uses: softprops/action-gh-release@v2
# if: startsWith(github.ref, 'refs/tags/')
with:
files: sd_yourio.zip