1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Publish tgz package instead of zip

Related feedback:
    - https://github.com/gorhill/uBlock/pull/3812#issuecomment-897057648
This commit is contained in:
Raymond Hill 2021-08-12 08:35:33 -04:00
parent e112f6e3bd
commit f98666f7a3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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