put upload.py in parent dir

This commit is contained in:
Harvey Tindall 2021-03-20 23:16:54 +00:00
parent 8f65e2e968
commit 0bdf8ad6ce
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ steps:
- curl -sL https://git.io/goreleaser > goreleaser
- chmod +x goreleaser
- ./scripts/version.sh ./goreleaser
- wget https://builds.hrfee.pw/upload.py
- wget https://builds.hrfee.pw/upload.py -P ../
- pip3 install requests
- bash -c 'python3 upload.py https://builds.hrfee.pw hrfee jfa-go --tag internal=true'
- bash -c 'python3 ../upload.py https://builds.hrfee.pw hrfee jfa-go --tag internal=true'
trigger:
event:
- tag