From dd25b402e65295b0ef78cb48f00cf57a162bdc87 Mon Sep 17 00:00:00 2001 From: Him188 Date: Sat, 18 Dec 2021 18:06:35 +0000 Subject: [PATCH] Fix actions --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df0773395..6c6b72beb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,9 +35,9 @@ jobs: - name: All Tests run: > ./gradlew check --scan - -Dmirai.network.show.all.components=true - -Dkotlinx.coroutines.debug=on - -Dmirai.network.show.packet.details=true + "-Dmirai.network.show.all.components=true" + "-Dkotlinx.coroutines.debug=on" + "-Dmirai.network.show.packet.details=true" - name: Ensure KDoc valid run: ./gradlew dokkaHtmlMultiModule