Fix extension build workflows issue

This commit is contained in:
Folyd 2020-06-02 21:45:19 +08:00
parent 1fb3221557
commit 1f53a87658
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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