ci: add workflow for creating archives with lfs objects
Some checks failed
create archive with lfs / tag (push) Failing after 9s
Some checks failed
create archive with lfs / tag (push) Failing after 9s
This commit is contained in:
parent
c2a1332c51
commit
865bdcdccf
20
.gitea/workflows/create-archive.yml
Normal file
20
.gitea/workflows/create-archive.yml
Normal 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: |-
|
||||
*
|
||||
**/*
|
Loading…
Reference in New Issue
Block a user