diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6c3a98a..c98bccb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -88,8 +88,8 @@ jobs: echo "Tarball contents:" tar -tzf "${TARBALL}" | head -20 - # Verify main.js exists - if ! tar -tzf "${TARBALL}" | grep -q "package/main.js"; then + # Verify main.js exists (structure is headlamp-sealed-secrets/main.js) + if ! tar -tzf "${TARBALL}" | grep -q "headlamp-sealed-secrets/main.js"; then echo "::error::main.js not found in tarball" exit 1 fi