Compare commits
10 Commits
3aab541d9c
...
2.6-dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd7af1a40e | ||
|
|
9d1d7839b0 | ||
|
|
477c5fd6ab | ||
|
|
4cd984b7b1 | ||
|
|
7993776f86 | ||
|
|
88cc48f40e | ||
| 2051981a24 | |||
| 9af5a53333 | |||
| cce24d2f46 | |||
| 9d7828a714 |
21
.gitea/workflows/release.yml
Normal file
21
.gitea/workflows/release.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user