From 7ee9743fad1453be4a8d53d209df323203299faf Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Tue, 24 Sep 2024 15:52:12 +0200 Subject: [PATCH] bugfix: copy entire configs directory to build output --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8600264..fbe0aee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,7 @@ jobs: run: | cp run.ps1 build/ cp install.ps1 build/ - cp configs.json build/ + cp -r configs/ build/ mkdir -p build/assets/ cp -r assets/*.ico build/assets/