From 986041c4cf7fff11f0d21ce6374d3f49ddc27159 Mon Sep 17 00:00:00 2001 From: niushuai233 Date: Thu, 28 Dec 2023 10:04:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:100:=20=E8=B0=83=E8=AF=95drone=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7014d0b..6202e04 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - ls -alh - echo '' - ls -alh /dist - - cp -R ./* /dist/love/* + - cp -R . /dist/love/ when: branch: - master