From e7cce4d8183f79829628df06627f0685b2d48159 Mon Sep 17 00:00:00 2001 From: zekiahmetbayar Date: Mon, 23 Oct 2023 15:51:26 +0300 Subject: [PATCH] fix: Added missing parameter to cp --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f486cc..31f7182 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: cp ./scripts/debian/control $DEBIAN_PATH/control cp ./scripts/debian/postinst $DEBIAN_PATH/postinst cp dist/report-engine $SERVER_BIN_PATH/report-engine - cp templates/ $SERVER_BIN_PATH/templates + cp -r templates/ $SERVER_BIN_PATH/templates sed -i s/%VERSION%/${{ github.run_number }}/g $DEBIAN_PATH/control chmod 775 $DEBIAN_PATH/postinst