Skip to content

Fix multi-file analysis by passing comma-separated path argument. #3

Fix multi-file analysis by passing comma-separated path argument.

Fix multi-file analysis by passing comma-separated path argument. #3

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
release:
name: Create GitHub Release
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Create release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
files: |
action.yml
LICENSE