From c66899741a35aeaf035250e8f9356ab54efd5a4b Mon Sep 17 00:00:00 2001 From: K1ngfish3r Date: Sat, 30 Nov 2024 17:04:39 +0500 Subject: [PATCH] Update build.yml Signed-off-by: K1ngfish3r --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b037f71a..b2bb32048 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -252,14 +252,14 @@ jobs: - name: Compress run: | cd engine - tar --use-compress-program=zstd -hcf ../zen.source.tar.gz * + tar --use-compress-program=zstd -hcf ../zen.source.tar.zst * cd .. - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: zen.source.tar.gz - path: ./zen.source.tar.gz + name: zen.source.tar.zst + path: ./zen.source.tar.zst windows-step-1: name: Windows build step 1 (PGO build) @@ -466,7 +466,7 @@ jobs: uses: marvinpinto/action-automatic-releases@master with: files: | - zen.source.tar.gz + zen.source.tar.zst zen.linux-generic.tar.bz2 zen.linux-specific.tar.bz2 zen.linux-aarch64.tar.bz2 @@ -509,7 +509,7 @@ jobs: prerelease: false title: 'Alpha build - ${{ needs.build-data.outputs.version }} (${{ needs.build-data.outputs.build_date }})' files: | - zen.source.tar.gz + zen.source.tar.zst zen.linux-generic.tar.bz2 zen.linux-specific.tar.bz2 zen.linux-aarch64.tar.bz2