mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 10:22:51 +01:00
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
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -73,6 +73,6 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: dist/build/uBlock0_${{ steps.release_info.outputs.VERSION }}.nodejs.zip
|
||||
asset_name: 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.tgz
|
||||
asset_content_type: application/octet-stream
|
||||
|
Loading…
Reference in New Issue
Block a user