Skip to content

Do not error on empty exs files #2

Do not error on empty exs files

Do not error on empty exs files #2

Workflow file for this run

name: release
on: push
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: build
run: make
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: com.matta.exs24.xrnx
fail_on_unmatched_files: true
make_latest: true