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

21 lines
314 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
2024-09-26 20:38:02 +03:00
- uses: https://gitea.com/actions/gitea-release-action@v1
with:
files: |-
*
**/*