You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove problematic CRX generation from CI workflow
- Use ZIP package for Chrome Web Store deployment
- Create CRX placeholder for local development compatibility
- Focus on working deployment path
echo "📦 Created CRX placeholder from ZIP for compatibility"
233
228
234
229
echo "✅ Artifacts built with version ${VERSION}"
235
230
echo "📋 Available artifacts:"
236
231
ls -la blog-link-analyzer-${VERSION}.zip blog-link-analyzer-${VERSION}.crx blog-link-analyzer-firefox-${VERSION}.xpi 2>/dev/null || echo "Some artifacts may be missing"
237
232
238
-
# Ensure ZIP file exists for Chrome deployment (CRX is optional)
233
+
# Ensure ZIP file exists for Chrome deployment
239
234
if [ ! -f "blog-link-analyzer-${VERSION}.zip" ]; then
240
235
echo "❌ Chrome ZIP file not found - deployment cannot continue"
0 commit comments