change tar.gz to zip in drone

pull/102/head
Harvey Tindall 3 years ago
parent a62648ee68
commit 5167fde080
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -82,7 +82,7 @@ steps:
- ./scripts/version.sh ./goreleaser --snapshot --skip-publish --rm-dist
- wget https://builds.hrfee.pw/upload.py
- pip3 install requests
- bash -c 'python3 upload.py https://builds.hrfee.pw hrfee jfa-go --upload ./dist/*.tar.gz --tag internal-git=true'
- bash -c 'python3 upload.py https://builds.hrfee.pw hrfee jfa-go --upload ./dist/*.zip --tag internal-git=true'
environment:
BUILDRONE_KEY:
from_secret: BUILDRONE_KEY

Loading…
Cancel
Save