Skip to content

Commit

Permalink
Fix release.yml not adding example env
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Oct 14, 2024
1 parent bdaf07a commit 2841c09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"
Expand Down

0 comments on commit 2841c09

Please sign in to comment.