From 4972569296ae8cbc482083307a8a79578379d7b8 Mon Sep 17 00:00:00 2001 From: Matheus Calegaro Date: Wed, 26 Jun 2024 16:03:35 -0300 Subject: [PATCH] chore(cd): include license and readme to release bundle --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 884c02d..e69bee5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,3 +25,4 @@ jobs: binary_name: "setlist-to-playlist" build_flags: "-trimpath" ldflags: "-w -s -buildid=" + extra_files: LICENSE README.md