From 6f99de4bc7ceb714b2884a575c0016fc847b8eb0 Mon Sep 17 00:00:00 2001 From: David Hudson Date: Fri, 7 Jun 2024 02:35:45 -0700 Subject: [PATCH] fix build --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3afba37..c7b787a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: id: sub_manifest_link_version uses: cschleiden/replace-tokens@v1 with: - files: "module.json" + files: "./src/module.json" env: VERSION: ${{ steps.get_version.outputs.version-without-v }} URL: ${{ env.project_url }}