aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorHarvey Tindall <hrfee@protonmail.ch>2021-04-24 18:03:03 +0100
committerHarvey Tindall <hrfee@protonmail.ch>2021-04-24 18:03:03 +0100
commit3aec82c40c7699ef0f2930ae9793a48b7251b73f (patch)
tree6efb38d56ac6fbdfc804d78020fb1849049601fc /.drone.yml
parenta2164b0173c5ef052ec7758ab4ddb4e301fd9c0d (diff)
downloadwaybar-mpris-3aec82c40c7699ef0f2930ae9793a48b7251b73f.tar.gz
waybar-mpris-3aec82c40c7699ef0f2930ae9793a48b7251b73f.zip
fix upload.py args for new version
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 062d1ff..9875891 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -14,7 +14,7 @@ steps:
- ./goreleaser.sh --snapshot --skip-publish --rm-dist
- wget https://builds.hrfee.pw/upload.py
- pip3 install requests
- - bash -c 'python3 upload.py https://builds2.hrfee.pw hrfee waybar-mpris ./dist/*.tar.gz'
+ - bash -c 'python3 upload.py https://builds2.hrfee.pw hrfee waybar-mpris --upload ./dist/*.tar.gz'
environment:
BUILDRONE_KEY:
from_secret: BUILDRONE_KEY