mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Hope this fixes github action
This commit is contained in:
parent
523bf337ba
commit
33e825da1d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -91,6 +91,6 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: dist/build/${{ env.MV3PACKAGE }}
|
||||
asset_name: ${{ env.MV3PACKAGE }}
|
||||
asset_path: dist/build/${{ steps.release_info.outputs.MV3PACKAGE }}
|
||||
asset_name: ${{ steps.release_info.outputs.MV3PACKAGE }}
|
||||
asset_content_type: application/octet-stream
|
||||
|
|
Loading…
Reference in a new issue