mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Fix asset name
This commit is contained in:
parent
b4c63f6ae5
commit
d79898a3c4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mv3.yml
vendored
2
.github/workflows/mv3.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
tag_name: ${{ env.TAGNAME }}
|
||||
release_name: ${{ env.RELEASENAME }}
|
||||
release_name: ${{ env.TAGNAME }}
|
||||
prerelease: true
|
||||
- name: Upload uBOLite MV3 package
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
|
Loading…
Reference in a new issue