We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2ea90 commit 56c7d10Copy full SHA for 56c7d10
.github/workflows/runtime_releases_from_npm_manual.yml
@@ -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
0 commit comments