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