Archive the whole repo with subrepo...
Some checks failed
/ Release-Src (push) Failing after 0s

This commit is contained in:
Surek Gergely
2026-01-29 15:47:30 +01:00
parent 2051981a24
commit 88cc48f40e

View File

@@ -8,9 +8,13 @@ jobs:
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: ./*
files: ./tmp/release
sha256sum: True