Files
taskwarrior-2.x/.gitea/workflows/release.yml
Surek Gergely 88cc48f40e
Some checks failed
/ Release-Src (push) Failing after 0s
Archive the whole repo with subrepo...
2026-01-29 15:47:30 +01:00

21 lines
507 B
YAML

on:
- push
jobs:
Release-Src:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: True
- name: Create Archive from full repo with submodule
runs: |
mkdir /tmp/release
tar -czf /tmp/release/taskwarrior2-full.tar.gz ./**
- name: Release Archive
uses: https://gitea.com/actions/gitea-release-action@v1
with:
files: ./tmp/release
sha256sum: True