Drone Releases

This commit is contained in:
Florian Brinker 2019-10-23 10:34:29 +02:00
orang tua a1901dfb37
melakukan d6c2ed6181

Melihat File

@ -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