From 5167fde080fd9518ee9b377f71334478be94ac4d Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 16 May 2021 21:12:18 +0100 Subject: [PATCH] change tar.gz to zip in drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index de813f8..d671efe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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