add .env.example to panel.tar.gz in automated release

This commit is contained in:
Jakob 2020-07-13 19:56:35 +02:00 committed by GitHub
parent 17c57d37bc
commit a8e701daa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ jobs:
- name: Create release archive - name: Create release archive
run: | run: |
rm -rf node_modules/ test/ codecov.yml CODE_OF_CONDUCT.md CONTRIBUTING.md phpunit.dusk.xml phpunit.xml Vagrantfile rm -rf node_modules/ test/ codecov.yml CODE_OF_CONDUCT.md CONTRIBUTING.md phpunit.dusk.xml phpunit.xml Vagrantfile
tar -czf panel.tar.gz * tar -czf panel.tar.gz * .env.example
- name: Extract changelog - name: Extract changelog
id: extract_changelog id: extract_changelog