From 143f99156b12fccbf7d71a54d0bfd7b82d23273c Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 26 Sep 2024 21:06:25 +0300 Subject: [PATCH] ci: create archive elsewhere --- .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 4b72754..1739355 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.tar.gz --directory=. . - uses: https://gitea.com/actions/gitea-release-action@v1 with: files: |- - source.tar.gz + ../source.tar.gz