mirror of https://github.com/gorhill/uBlock.git
Hope this fixes github action
This commit is contained in:
parent
523bf337ba
commit
33e825da1d
|
@ -91,6 +91,6 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: dist/build/${{ env.MV3PACKAGE }}
|
asset_path: dist/build/${{ steps.release_info.outputs.MV3PACKAGE }}
|
||||||
asset_name: ${{ env.MV3PACKAGE }}
|
asset_name: ${{ steps.release_info.outputs.MV3PACKAGE }}
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
|
Loading…
Reference in New Issue