summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-01-12 10:14:03 -0500
committerGitHub <noreply@github.com>2023-01-12 10:14:03 -0500
commit97b2935035e7dd7e94e2f47fec04590e4b48342b (patch)
tree4ee81ab494634c6b14724bf991ce4acd3eb9b382 /.github
parentcd49869fbdcc4c017933ea8e3452455024310ee9 (diff)
Update handling of uploads of DEB packages to our new infrastructure. (#14253)
This significantly simplifies handling on the server itself.
Diffstat (limited to '.github')
-rwxr-xr-x.github/scripts/package-upload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/package-upload.sh b/.github/scripts/package-upload.sh
index fd8a8cda24..13d63b4a74 100755
--- a/.github/scripts/package-upload.sh
+++ b/.github/scripts/package-upload.sh
@@ -19,7 +19,7 @@ mkdir -p "${staging}"
case "${format}" in
deb)
- src="${staging}/$(echo "${distro}" | cut -f 1 -d '/')/pool/"
+ src="${staging}/${distro}"
mkdir -p "${src}"
for pkg in ${packages}; do