diff --git a/.drone.star b/.drone.star index 5211def2d..91e0ae70c 100644 --- a/.drone.star +++ b/.drone.star @@ -1216,7 +1216,7 @@ def licenseCheck(ctx): "name": "tarball", "image": OC_CI_ALPINE, "commands": [ - "tar -czf third-party-licenses.tar.gz -C third-party-licenses *", + "cd third-party-licenses && tar -czf ../third-party-licenses.tar.gz *", ], }, {