mirror of https://github.com/gorhill/uBlock.git
Publish tgz package instead of zip
Related feedback: - https://github.com/gorhill/uBlock/pull/3812#issuecomment-897057648
This commit is contained in:
parent
e112f6e3bd
commit
f98666f7a3
|
@ -73,6 +73,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/uBlock0_${{ steps.release_info.outputs.VERSION }}.nodejs.zip
|
asset_path: dist/build/uBlock0_${{ steps.release_info.outputs.VERSION }}.nodejs.tgz
|
||||||
asset_name: uBlock0_${{ steps.release_info.outputs.VERSION }}.nodejs.zip
|
asset_name: uBlock0_${{ steps.release_info.outputs.VERSION }}.nodejs.tgz
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
|
Loading…
Reference in New Issue