From 78a2269a6619cfc86d2b9807d9f05396262a89cd Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Mon, 13 May 2024 15:53:19 +0700 Subject: [PATCH] Revert "fix upload destination" This reverts commit 8e4b910134b27e87145a4ac9803a8881115883bd. --- .woodpecker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker b/.woodpecker index 7286cb6..e0379a5 100644 --- a/.woodpecker +++ b/.woodpecker @@ -17,4 +17,4 @@ steps: token: $TTT_CI_TOKEN # the access token, or password if 2FA is disabled files: # the file(s), uses glob patterns - "server_setup" - dest: CI_Uploads # the destination directory \ No newline at end of file + dest: CI_Uploads/ # the destination directory \ No newline at end of file