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 a9214aa commit 3643a71
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Create Release Archive
run: |
files_to_include=(
"*"
".editorconfig"
".env.example"
".gitattributes"
Expand All @@ -37,8 +36,8 @@ jobs:
rm -rf node_modules/ tests/ CODE_OF_CONDUCT.md CONTRIBUTOR_LICENSE_AGREEMENT crowdin.yml docker-compose.ci.yml phpstan.neon phpunit.xml stats.html
# Use array to include specific files
tar -czf panel.tar.gz "${files_to_include[@]}"
# Archive files, using * directly outside the array for proper expansion
tar -czf panel.tar.gz * "${files_to_include[@]}"
- name: Extract Changelog
id: extract_changelog
Expand Down

0 comments on commit 3643a71

Please sign in to comment.