Skip to content

Commit

Permalink
Fix workflow release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Jan 30, 2024
1 parent 3f38588 commit 44ff476
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ jobs:
- name: Create Release Archive
run: |
rm -rf node_modules/ \
tests/ \
CODE_OF_CONDUCT.md \
CONTRIBUTOR_LICENSE_AGREEMENT \
crowdin.yml \
docker-compose.ci.yml \
phpstan.neon \
phpunit.xml
tests/ \
CODE_OF_CONDUCT.md \
CONTRIBUTOR_LICENSE_AGREEMENT \
crowdin.yml \
docker-compose.ci.yml \
phpstan.neon \
phpunit.xml
tar -czf panel.tar.gz *
- name: Extract Changelog
Expand Down

0 comments on commit 44ff476

Please sign in to comment.