website/.gitea/workflows/create-archive.yml

21 lines
296 B
YAML
Raw Normal View History

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