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