Drone Releases

This commit is contained in:
Florian Brinker 2019-10-23 10:34:29 +02:00
부모 a1901dfb37
커밋 d6c2ed6181

파일 보기

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