ci: package: fix whitespace errors

Signed-off-by: Christoph Heiss <christoph.heiss@robo4you.at>
This commit is contained in:
Christoph Heiss 2025-06-06 23:01:25 +02:00
parent 661fa82f6e
commit ac3968e055
Signed by: christoph.heiss
GPG key ID: A3D16D4FE64F332A

View file

@ -57,14 +57,14 @@ jobs:
echo "api url: $url"
debfile="_packages/libcreate_${TAG}_${{ matrix.platform.dpkg }}.deb"
echo "uploading file: $debfile"
curl --fail-with-body \
-X PUT \
--user "oauth2:${{ secrets.PACKAGE_REGISTRY_TOKEN }}" \
--upload-file "$debfile" \
"$url"
echo "uploading file for WombatOs: $debfile"
curl --fail-with-body \
-X PUT \