Skip to content

Commit 5df52a8

Browse files
pref: 只要扩展有修改就重新打包
1 parent 8704981 commit 5df52a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package-extension.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'EXTENSION/manifest.json'
8+
- 'EXTENSION/**'
99
workflow_dispatch:
1010

1111
jobs:

EXTENSION/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "高亮“广告”",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"default_locale": "zh",
66
"description": "在指定的网址上高亮“广告”二字",
77
"icons": {

0 commit comments

Comments
 (0)