From 3178992889a279849aae0da937caa7edb9a7a9e0 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 19 Aug 2020 18:47:58 +0200 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c7110935..3269e1a3 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -73,7 +73,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: ./build/${{ env.RELEASE_NAME }}.zip - asset_name: ${{ env.RELEASE_NAME }}.zip - asset_content_type: application/zip + asset_path: ./build/${{ env.RELEASE_NAME }}.tar.gz + asset_name: ${{ env.RELEASE_NAME }}.tar.gz + asset_content_type: application/gzip if: github.event_name == 'release' && github.event.action == 'published'