ci: add workflow for creating archives with lfs objects
Some checks failed
create archive with lfs / tag (push) Failing after 9s

This commit is contained in:
dusk 2024-09-26 20:35:09 +03:00
parent c2a1332c51
commit 865bdcdccf
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -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: |-
*
**/*