[ci] Upload release for easier debugging (#32492)
Uploads the releases that were published in case to help with debugging or verifying a dry run. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32492). * __->__ #32492 * #32491
lauren committed
Feb 28, 2025 at 10:58 UTC
56c7d1070aabe42b955ea0006477ea1ca02dd0c5
1 file changed
+6
.github/workflows/runtime_releases_from_npm_manual.yml
+6
@@ -117,3 +117,9 @@ jobs:
117
--publishVersion=${{ inputs.version_to_publish }} \
118
--skipPackages=${{ inputs.skip_packages }} ${{ (inputs.dry && '') || '\'}}
119
${{ inputs.dry && '--dry'}}
120
+ - name: Archive released package for debugging
121
+ uses: actions/upload-artifact@v4
122
+ with:
123
+ name: build
124
+ path: |
125
+ ./build/node_modules