Compare commits

...

10 Commits

Author SHA1 Message Date
Surek Gergely
cd7af1a40e t
All checks were successful
/ Release-Src (push) Successful in 6s
2026-01-29 16:14:44 +01:00
Surek Gergely
9d1d7839b0 Fix?: modify files to glob justincase
All checks were successful
/ Release-Src (push) Successful in 5s
2026-01-29 16:08:28 +01:00
Surek Gergely
477c5fd6ab Checking what happened in tmp
All checks were successful
/ Release-Src (push) Successful in 5s
2026-01-29 16:05:22 +01:00
Surek Gergely
4cd984b7b1 Fix: release files
All checks were successful
/ Release-Src (push) Successful in 4s
2026-01-29 15:53:19 +01:00
Surek Gergely
7993776f86 fix:workflow syntax
All checks were successful
/ Release-Src (push) Successful in 5s
2026-01-29 15:51:00 +01:00
Surek Gergely
88cc48f40e Archive the whole repo with subrepo...
Some checks failed
/ Release-Src (push) Failing after 0s
2026-01-29 15:47:30 +01:00
2051981a24 Fix: missing version from release action
All checks were successful
/ Release-Src (push) Successful in 6s
2026-01-28 20:08:31 +01:00
9af5a53333 Nicer jobname... (just to push after enabled the actions)
Some checks failed
/ Release-Src (push) Failing after 1s
2026-01-28 20:07:11 +01:00
cce24d2f46 With checksum 2026-01-28 20:04:00 +01:00
9d7828a714 Release Workflow 2026-01-28 20:01:48 +01:00
5 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
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
run: |
mkdir /tmp/release
tar -czf /tmp/release/taskwarrior2-full.tar.gz *
ls /tmp/release
- name: Release Archive
uses: https://gitea.com/actions/gitea-release-action@v1
with:
files: /tmp/release/*
sha256sum: True