From de0165ce9fcedf2088c9be0de08214e277a7df49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sat, 16 Apr 2022 04:38:47 +0300 Subject: [PATCH] chore(cd): update files to include in the release assets --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 354006d..dcd30e1 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -108,7 +108,7 @@ jobs: artifact_name="$release_dir-${{ matrix.CONFIG.TARGET }}.tar.gz" fi mkdir -p release/man8 - cp {LICENSE-APACHE,LICENSE-MIT} release/ + cp {README.md,LICENSE-*,CHANGELOG.md} release/ cp man8/* release/man8/ for bin in 'systeroid' 'systeroid-tui'; do cp "target/${{ matrix.CONFIG.TARGET }}/release/$bin" release/