[ci] Fix sdist release bug
All checks were successful
CI / test (push) Successful in 1m19s
CI / deploy (push) Successful in 1m52s

This commit is contained in:
2026-06-28 14:40:35 -04:00
parent 29adecba56
commit 64dd6babab

View File

@ -87,7 +87,7 @@ jobs:
VERSION=$(cat IRIS_VERSION)
echo "Version: ${VERSION}"
ASSET=$(ls dist/Mopidy_*.tar.gz dist/Mopidy-*.tar.gz 2>/dev/null | head -1)
ASSET=$(ls dist/*.tar.gz 2>/dev/null | head -1)
echo "Asset: ${ASSET}"
if [ -z "$ASSET" ]; then
echo "ERROR: no sdist tarball found in dist/"