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