Fix pushing build artifacts
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2019-09-05 22:19:37 +02:00
parent 4af1b3815c
commit 400a4afc66
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 4 deletions

View File

@ -32,8 +32,6 @@ steps:
commands:
- export PATH=$PATH:$GOPATH/bin
- make release
- ls dist/
- ls dist/binaries
depends_on: [ fetch-tags ]
# Push the releases to our pseudo-s3-bucket
@ -48,7 +46,7 @@ steps:
from_secret: aws_secret_access_key
endpoint: https://storage.kolaente.de
path_style: true
strip_prefix: dist/binaries/
source: dist/binaries/*
strip_prefix: dist/release/
source: dist/release/*
target: /master/
depends_on: [ static ]