From 871e587559a1f0f5b32b5ec907b2ce729cd20679 Mon Sep 17 00:00:00 2001 From: Mikhail Reznichenko Date: Sat, 31 Aug 2024 14:18:05 +0300 Subject: [PATCH] added restart to CI --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80fb3e7..71718f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,4 +54,5 @@ jobs: server-id: "c6fcbf0a" source: "plugin/VeryUsualDay.dll" target: "./.config/EXILED/Plugins/" - decompress-target: false \ No newline at end of file + decompress-target: false + restart: true \ No newline at end of file