Skip to content

Commit 4fe4906

Browse files
maeponclaude
andcommitted
fix: include options page files in GitHub Actions build workflow
Add missing files for v1.1.0 extension package: - options.html (options page UI) - options.js (import/export logic) - options.css (options page styles) - shared.js (common utilities) Ensures complete extension build for Chrome Web Store submission. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent de60cad commit 4fe4906

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
cp popup.html dist/
2727
cp popup.js dist/
2828
cp popup.css dist/
29+
cp options.html dist/
30+
cp options.js dist/
31+
cp options.css dist/
32+
cp shared.js dist/
2933
cp -r icons dist/
3034
3135
# zipファイルを作成

0 commit comments

Comments
 (0)