From 60684e33bc68ed63c6724f2661061ee20aaeb411 Mon Sep 17 00:00:00 2001 From: Michael Hollister Date: Sun, 20 Oct 2024 15:30:21 -0500 Subject: [PATCH] Gitlab CI Testing --- receivers/electron/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receivers/electron/.gitlab-ci.yml b/receivers/electron/.gitlab-ci.yml index de91d06..ae67f8f 100644 --- a/receivers/electron/.gitlab-ci.yml +++ b/receivers/electron/.gitlab-ci.yml @@ -48,7 +48,7 @@ buildWindowsAndLinux: - npm run make -- --platform="win32" --arch="x64" - npm run make -- --platform="linux" --arch="x64" - npm run make -- --platform="linux" --arch="arm64" - - cp -f out/make/* /artifacts/ + - cp -rf out/make/* /artifacts/ artifacts: untracked: false when: on_success