From 10bf617261fd2157069bbcd1b9d5e990dc1d49b0 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 18 Sep 2023 13:40:17 +0200 Subject: [PATCH] main/ should have a trailing slash. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a8af7c070..e5506867a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -297,7 +297,7 @@ steps: Description: Universal command executor and automation hub. EOF - dpkg --build "$GIT_BUILD_DIR" - - aws s3 cp "$GIT_DEB" s3://platypush-pkg/apt/bookworm/main + - aws s3 cp "$GIT_DEB" s3://platypush-pkg/apt/bookworm/main/ - name: update-debian-oldstable-packages image: python:3.9-bullseye @@ -352,7 +352,7 @@ steps: Description: Universal command executor and automation hub. EOF - dpkg --build "$GIT_BUILD_DIR" - - aws s3 cp "$GIT_DEB" s3://platypush-pkg/apt/bullseye/main + - aws s3 cp "$GIT_DEB" s3://platypush-pkg/apt/bullseye/main/ - name: update-pip-package image: python:3.11-alpine