mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
When uploading artifacts during GitHub Action workflows, all files uploaded to an artifact name are zipped. When a ZIP file is uploaded, the result is a horrifying state of ZIP-ception. This changes the workflow to upload all of the needed theme files to the artifact instead of a singular ZIP file created prior to uploading. This also fixes a bug where ZIP files generated have the desired theme nested within `src/wp-content/themes` instead of just containing the theme files. Props ndiego, wildworks, desrosj, bgardner, colorful-tones. Fixes #56898. git-svn-id: https://develop.svn.wordpress.org/trunk@54740 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| coding-standards.yml | ||
| end-to-end-tests.yml | ||
| failed-workflow.yml | ||
| javascript-tests.yml | ||
| php-compatibility.yml | ||
| phpunit-tests.yml | ||
| slack-notifications.yml | ||
| test-and-zip-default-themes.yml | ||
| test-coverage.yml | ||
| test-npm.yml | ||
| test-old-branches.yml | ||
| welcome-new-contributors.yml | ||