spdlog: fix final package file name
All checks were successful
spdlog / build-deb (map[runs-on-image:node-24-arm64]) (push) Successful in 2m35s

Signed-off-by: Christoph Heiss <christoph.heiss@robo4you.at>
This commit is contained in:
Christoph Heiss 2025-05-30 19:24:58 +02:00
parent 0d273c99d0
commit 80f9ee5978
Signed by: christoph.heiss
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -84,7 +84,7 @@ jobs:
echo "api url: $url"
debver="${UPSTREAM_VER}-${EXTRA_VER}"
debfile="_packages/${PKGNAME}_${debver}.deb"
debfile="_packages/${PKGNAME}-${debver}.deb"
echo "uploading file: $debfile"
curl --fail-with-body \