aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index b2cab35..9e52594 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -21,8 +21,8 @@ steps:
- git checkout $(git tag | grep "^v" | tail -n 1)
- version=$(git tag | grep "^v" | tail -n 1)
- ln -s packages/debian .
- - dpkg-buildpackage -uc -u
- # uoload
+ - dpkg-buildpackage -uc -us
+ # upload
- cp "../sanoid_${version}_all.deb" "../sanoid_latest_all.deb"
- cp "../sanoid_${version}_all.deb" "../sanoid_${DRONE_COMMIT_BRANCH}_all.deb"
- |