Skip to content

Commit c2d2354

Browse files
Trying the npm publish.
1 parent 184c8cc commit c2d2354

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,18 +177,13 @@ jobs:
177177
- name: "Get the artefacts"
178178
uses: actions/download-artifact@v4
179179
with:
180-
path: ./artifacts
180+
path: .
181181
name: sdk-ts-${{ inputs.version }}
182182
- uses: actions/setup-node@v4
183183
with:
184184
node-version: '24.3'
185185
registry-url: 'https://npm.pkg.github.com'
186186

187-
- run: ls -la
188-
- run: ls -la artifacts
189-
- run: ls -la artifacts/sdk-ts-${{ inputs.version }}
190-
- run: cp -r artifacts/sdk-ts-${{ inputs.version }}/* .
191-
- run: rm -rf artifacts
192187
- run: ls -la
193188
- run: npm cache clear --force
194189
- run: npm i

0 commit comments

Comments
 (0)