From d6c2ed6181985611286642614e96241d634588a5 Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Wed, 23 Oct 2019 10:34:29 +0200 Subject: [PATCH] Drone Releases --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4d5372f..273241e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,8 @@ steps: commands: - apk update && apk add --no-cache zip # Delete hidden files and dirs (.git, .drone.yml) - - rm -rf sources/.* + - rm -rf .git + - rm -f .drone.yml # Rename and zip - mv sources AchievementInfo - zip -r "AchievementInfo-$DRONE_TAG.zip" ./AchievementInfo