From 073a1d1e8210ad2dc1f1b3a453c19a995062509e Mon Sep 17 00:00:00 2001 From: beng Date: Mon, 30 Dec 2024 21:40:33 -0500 Subject: [PATCH] fix ci --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40f6c47..60f8902 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,9 +44,9 @@ jobs: - name: Build the project id: build-crate - uses: philss/rustler-precompiled-action@v1.0.1 + uses: philss/rustler-precompiled-action@v1.1.4 with: - project-name: kuzu_nif + project-name: kuzu_ex project-version: ${{ env.PROJECT_VERSION }} target: ${{ matrix.job.target }} nif-version: ${{ matrix.nif }}