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 ceaa479 commit 36af4d2Copy full SHA for 36af4d2
.github/workflows/stage-5-publish.yaml
@@ -183,8 +183,11 @@ jobs:
183
node-version: '24.3'
184
registry-url: 'https://npm.pkg.github.com'
185
186
- - run: cp /artifacts/sdk-ts-${{ inputs.version }}/* /
187
- - run: rm -f /artifacts
+ - run: ls -la
+ - run: ls -la artifacts
188
+ - run: ls -la artifacts/sdk-ts-${{ inputs.version }}
189
+ - run: cp -r artifacts/sdk-ts-${{ inputs.version }}/* .
190
+ - run: rm -f artifacts
191
- run: ls -la
192
- run: npm cache clear --force
193
- run: npm i
0 commit comments