From 865bdcdccf000dd4baafec94b2399d20e076c77b Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 26 Sep 2024 20:35:09 +0300 Subject: [PATCH] ci: add workflow for creating archives with lfs objects --- .gitea/workflows/create-archive.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitea/workflows/create-archive.yml diff --git a/.gitea/workflows/create-archive.yml b/.gitea/workflows/create-archive.yml new file mode 100644 index 0000000..75a86b3 --- /dev/null +++ b/.gitea/workflows/create-archive.yml @@ -0,0 +1,20 @@ +name: create archive with lfs + +on: + push: + tags: + - '*' + +jobs: + tag: + runs-on: native + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 1 + lfs: true + - uses: actions/gitea-release-action@v1 + with: + files: |- + * + **/*