fixed output location for .deb file in .drone.yml
This commit is contained in:
parent
3a22094484
commit
cc95546a5b
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ publish:
|
||||||
bucket: downloads.drone.io
|
bucket: downloads.drone.io
|
||||||
access_key: $AWS_KEY
|
access_key: $AWS_KEY
|
||||||
secret_key: $AWS_SECRET
|
secret_key: $AWS_SECRET
|
||||||
source: /tmp/drone.deb
|
source: deb/drone.deb
|
||||||
target: latest/
|
target: latest/
|
Loading…
Reference in a new issue