wordpress-develop/.github/workflows
Jonathan Desrosiers 6226440bda Build/Test Tools: Don’t ZIP theme ZIP files.
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
2022-11-01 19:18:50 +00:00
..
coding-standards.yml Build/Test Tools: Ensure PHPCS related workflows are properly marked as failed. 2022-10-24 16:47:15 +00:00
end-to-end-tests.yml Build/Test Tools: Hardcode the ref for the workflow dispatch on failure. 2022-10-24 15:18:37 +00:00
failed-workflow.yml Build/Test Tools: Update third-party GitHub Actions. 2022-10-13 17:49:07 +00:00
javascript-tests.yml Build/Test Tools: Hardcode the ref for the workflow dispatch on failure. 2022-10-24 15:18:37 +00:00
php-compatibility.yml Build/Test Tools: Ensure PHPCS related workflows are properly marked as failed. 2022-10-24 16:47:15 +00:00
phpunit-tests.yml Build/Test Tools: Hardcode the ref for the workflow dispatch on failure. 2022-10-24 15:18:37 +00:00
slack-notifications.yml Build/Test Tools: Remove use of set-output in Action workflows. 2022-10-19 18:10:43 +00:00
test-and-zip-default-themes.yml Build/Test Tools: Don’t ZIP theme ZIP files. 2022-11-01 19:18:50 +00:00
test-coverage.yml Build/Test Tools: Hardcode the ref for the workflow dispatch on failure. 2022-10-24 15:18:37 +00:00
test-npm.yml Build/Test Tools: Hardcode the ref for the workflow dispatch on failure. 2022-10-24 15:18:37 +00:00
test-old-branches.yml Trunk is now 6.2 alpha. 2022-10-18 20:03:57 +00:00
welcome-new-contributors.yml Build/Test Tools: Update third-party welcome Action. 2022-10-19 18:26:29 +00:00