From 2841c09510868d75c485c622a6b36ddca6f8352b Mon Sep 17 00:00:00 2001 From: Eric Wang <37554696+ericwang401@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:31:03 -0400 Subject: [PATCH] Fix release.yml not adding example env --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef64ff9d37b..ac680c67271 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,8 @@ jobs: ".prettierrc.json" ) - rm -rf "${files_to_exclude[@]}" + rm -rf "${files_to_exclude[@]}" + sync tar -czf panel.tar.gz "${files_to_include[@]}"