mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix github action for mv3
This commit is contained in:
parent
3e90742040
commit
9a66b37fe0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
tools/make-npm.sh ${{ steps.release_info.outputs.VERSION }}
|
||||
- name: Build MV3 packages
|
||||
run: |
|
||||
tools/make-mv3.sh all
|
||||
tools/make-mv3.sh full
|
||||
echo ::set-output name=MV3PACKAGE::$(basename $(ls dist/build/uBlock0_*.mv3.zip))
|
||||
- name: Upload Chromium package
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue