Skip to content

Commit 13e055c

Browse files
Docs: Correct the order of steps in the WordPress Core build process workflow.
Follow up to [57124], [57174]. Props swissspidy. See #59416. git-svn-id: https://develop.svn.wordpress.org/trunk@57177 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 9bfb304 commit 13e055c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/callable-test-core-build-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
# - Installs npm dependencies.
3131
# - Builds WordPress to run from the desired location (src or build).
3232
# - Ensures version-controlled files are not modified or deleted.
33+
# - Creates a ZIP of the built WordPress files (when building to the build directory).
3334
# - Cleans up after building WordPress.
3435
# - Ensures version-controlled files are not modified or deleted.
35-
# - Creates a ZIP of the built WordPress files (when building to the build directory).
3636
# - Uploads the ZIP as a GitHub Actions artifact (when building to the build directory).
3737
build-process-tests:
3838
name: Core running from ${{ inputs.directory }} / ${{ inputs.os == 'macos-latest' && 'MacOS' || inputs.os == 'windows-latest' && 'Windows' || 'Linux' }}

0 commit comments

Comments
 (0)