From f98666f7a393fa016cc96c7d11506f58dc12eb78 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 12 Aug 2021 08:35:33 -0400 Subject: [PATCH] Publish tgz package instead of zip Related feedback: - https://github.com/gorhill/uBlock/pull/3812#issuecomment-897057648 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c79a9e400..f20612527 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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