ci: package: fix whitespace errors
Signed-off-by: Christoph Heiss <christoph.heiss@robo4you.at>
This commit is contained in:
parent
661fa82f6e
commit
ac3968e055
1 changed files with 2 additions and 2 deletions
|
@ -57,14 +57,14 @@ jobs:
|
||||||
|
|
||||||
echo "api url: $url"
|
echo "api url: $url"
|
||||||
debfile="_packages/libcreate_${TAG}_${{ matrix.platform.dpkg }}.deb"
|
debfile="_packages/libcreate_${TAG}_${{ matrix.platform.dpkg }}.deb"
|
||||||
|
|
||||||
echo "uploading file: $debfile"
|
echo "uploading file: $debfile"
|
||||||
curl --fail-with-body \
|
curl --fail-with-body \
|
||||||
-X PUT \
|
-X PUT \
|
||||||
--user "oauth2:${{ secrets.PACKAGE_REGISTRY_TOKEN }}" \
|
--user "oauth2:${{ secrets.PACKAGE_REGISTRY_TOKEN }}" \
|
||||||
--upload-file "$debfile" \
|
--upload-file "$debfile" \
|
||||||
"$url"
|
"$url"
|
||||||
|
|
||||||
echo "uploading file for WombatOs: $debfile"
|
echo "uploading file for WombatOs: $debfile"
|
||||||
curl --fail-with-body \
|
curl --fail-with-body \
|
||||||
-X PUT \
|
-X PUT \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue