mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-15 16:07:57 +00:00
Fix extension build workflows issue
This commit is contained in:
parent
1fb3221557
commit
1f53a87658
2 changed files with 2 additions and 2 deletions
2
.github/workflows/chromium.yml
vendored
2
.github/workflows/chromium.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
run: echo ::set-output name=tag::$(echo ${GITHUB_REF:10})
|
||||
|
||||
- name: Generate Chrome manifest.json
|
||||
run: make manifest browser=chrome
|
||||
run: make chrome
|
||||
|
||||
- name: "web-ext build"
|
||||
id: web-ext-build-chrome
|
||||
|
|
2
.github/workflows/firefox.yml
vendored
2
.github/workflows/firefox.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
run: echo ::set-output name=tag::$(echo ${GITHUB_REF:10})
|
||||
|
||||
- name: Generate Firefox manifest.json
|
||||
run: make manifest browser=firefox
|
||||
run: make firefox
|
||||
|
||||
- name: "web-ext build"
|
||||
id: web-ext-build-firefox
|
||||
|
|
Loading…
Reference in a new issue