We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8632e4 commit 1e12097Copy full SHA for 1e12097
‎.github/workflows/update-module-properties.yml‎
@@ -142,7 +142,8 @@ jobs:
142
143
if not assets:
144
if module_name == 'composer':
145
- print(f"No .phar assets found starting with '{module_name}' in release")
+ print(f"No .phar assets found in release")
146
+ print(f"Available assets: {[a['name'] for a in release_data.get('assets', [])]}")
147
else:
148
print(f"No .7z or .zip assets found starting with '{module_name}' in release")
149
exit(0)
0 commit comments