Skip to content

Commit 36af4d2

Browse files
Trying the npm publish.
1 parent ceaa479 commit 36af4d2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/stage-5-publish.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,11 @@ jobs:
183183
node-version: '24.3'
184184
registry-url: 'https://npm.pkg.github.com'
185185

186-
- run: cp /artifacts/sdk-ts-${{ inputs.version }}/* /
187-
- run: rm -f /artifacts
186+
- run: ls -la
187+
- 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
188191
- run: ls -la
189192
- run: npm cache clear --force
190193
- run: npm i

0 commit comments

Comments
 (0)