From 9c97ed7719d2a6da58426e128dcbb9cce6544fa5 Mon Sep 17 00:00:00 2001 From: devanchohan Date: Mon, 13 Jul 2026 14:35:11 +0700 Subject: [PATCH] fix: install release tarball as local path --- .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 9ec3cb3..fbb0fbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: exit 1 fi smoke_directory="$(mktemp -d)" - npm install --ignore-scripts --prefix "$smoke_directory" "${tarballs[0]}" + npm install --ignore-scripts --prefix "$smoke_directory" "./${tarballs[0]}" "$smoke_directory/node_modules/.bin/contextfence" --version "$smoke_directory/node_modules/.bin/contextfence" test examples/contracts/mock.boundary.yaml