From 400a4afc669f5dfca26924e58ac238c03f0ba1b4 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 5 Sep 2019 22:19:37 +0200 Subject: [PATCH] Fix pushing build artifacts --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6176da0..2866236 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ] \ No newline at end of file