Merge pull request #3050 from pterodactyl/fix/release-building

actions(release): copy .babel-plugin-macrosrc.js to release archive
This commit is contained in:
Dane Everitt 2021-01-28 21:10:49 -08:00 committed by GitHub
commit 8c2d1cdffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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