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: