From ca8c59f696fd516bd9a006f5d9fbe65b5de1855b Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Tue, 1 Oct 2024 11:06:21 -0400 Subject: [PATCH] Update build to also copy the ndf json to the root directory --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64356db..f6db704 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,7 +56,7 @@ build: # Wasm executor - cp wasm_exec.js release/ # ndf reference file - - cp ndf.js release/ + - cp src/ndf.js release/ artifacts: paths: - release/ -- GitLab