fix upload.py args for new version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-24 18:03:03 +01:00
parent a2164b0173
commit 3aec82c40c
4 changed files with 6 additions and 7 deletions

View File

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