diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdf202b..f3fc8e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - nif_build_check tags: - '*' @@ -55,6 +56,7 @@ jobs: target: ${{ matrix.job.target }} nif-version: ${{ matrix.nif }} use-cross: ${{ matrix.job.use-cross }} + project-dir: "native/yex" - name: Artifact upload uses: actions/upload-artifact@v4 diff --git a/mix.exs b/mix.exs index 8c4e24f..d58ae58 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Yex.MixProject do use Mix.Project - @version "0.3.3" + @version "0.3.4" @repo "https://github.com/satoren/y_ex" @description """