spdlog: fix final package file name
All checks were successful
spdlog / build-deb (map[runs-on-image:node-24-arm64]) (push) Successful in 2m35s
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:
parent
0d273c99d0
commit
80f9ee5978
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue