Skip to content

Commit ee05aa8

Browse files
committed
ci: update nightly build workflow to include HTML files in release zip
- Added HTML files to the release zip to ensure all necessary assets are included. - Removed specific HTML file references to streamline the packaging process.
1 parent fa2ac1e commit ee05aa8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,13 @@ jobs:
8080
mkdir -p release
8181
zip -r release/Sapling-nightly-${{ steps.info.outputs.date_compact }}${{ steps.info.outputs.tag_suffix }}.zip \
8282
manifest.json \
83+
*.html \
8384
icons/ \
8485
css/ \
8586
js/ \
8687
dist/ \
8788
vendor/ \
8889
_locales/ \
89-
popup.html \
90-
options.html \
91-
offscreen.html \
9290
-x "*.map" \
9391
-x "node_modules/*" \
9492
-x ".git/*" \

0 commit comments

Comments
 (0)