[wp-trac] [WordPress Trac] #56898: Create a GitHub Action workflow that prepares bundled themes for release
WordPress Trac
noreply at wordpress.org
Tue Nov 1 19:19:06 UTC 2022
#56898: Create a GitHub Action workflow that prepares bundled themes for release
------------------------------+----------------------
Reporter: desrosj | Owner: desrosj
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 6.1
Component: Build/Test Tools | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses:
------------------------------+----------------------
Changes (by desrosj):
* status: reopened => closed
* resolution: => fixed
Comment:
In [changeset:"54740" 54740]:
{{{
#!CommitTicketReference repository="" revision="54740"
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.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56898#comment:13>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list