From e05eece85a1341182bbdbb8a79ed4c7c54356ba8 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 26 Sep 2024 21:18:06 +0300 Subject: [PATCH] ci: .tar.gz -> .tgz --- .gitea/workflows/create-archive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/create-archive.yml b/.gitea/workflows/create-archive.yml index 1739355..980ade9 100644 --- a/.gitea/workflows/create-archive.yml +++ b/.gitea/workflows/create-archive.yml @@ -21,8 +21,8 @@ jobs: git lfs install --local git lfs fetch origin refs/tags/${{ gitea.ref_name }} git lfs checkout - - run: tar czf ../source.tar.gz --directory=. . + - run: tar czf ../source.tgz --directory=. . - uses: https://gitea.com/actions/gitea-release-action@v1 with: files: |- - ../source.tar.gz + ../source.tgz