Skip to content

Commit 1e12097

Browse files
committed
🔄 synced local '.github/workflows/update-module-properties.yml' with remote '.releases/update-module-properties.yml'
1 parent c8632e4 commit 1e12097

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/update-module-properties.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ jobs:
142142
143143
if not assets:
144144
if module_name == 'composer':
145-
print(f"No .phar assets found starting with '{module_name}' in release")
145+
print(f"No .phar assets found in release")
146+
print(f"Available assets: {[a['name'] for a in release_data.get('assets', [])]}")
146147
else:
147148
print(f"No .7z or .zip assets found starting with '{module_name}' in release")
148149
exit(0)

0 commit comments

Comments
 (0)