Ver código fonte

Update linux.yml

Ray 5 anos atrás
pai
commit
3178992889
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      .github/workflows/linux.yml

+ 3 - 3
.github/workflows/linux.yml

@@ -73,7 +73,7 @@ jobs:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
       with:
       with:
           upload_url: ${{ github.event.release.upload_url }}
           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'  
       if: github.event_name == 'release' && github.event.action == 'published'