Skip to content

ignore test files in package #2

ignore test files in package

ignore test files in package #2

Workflow file for this run

name: Release
on:
push:
tags:
- v*.*.*
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- if: startsWith(github.ref, 'refs/tags/v')
uses: Pistonight/mono-dev/actions/release@main
with:
artifacts-workflow: build.yml
artifacts-path: release
pack: lisensor-*
minisign-key: ${{ secrets.MINISIGN_KEY }}