Skip to content

Commit 184c8cc

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

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,18 @@ jobs:
177177
- name: "Get the artefacts"
178178
uses: actions/download-artifact@v4
179179
with:
180-
path: .
181-
name: artifacts/sdk-ts-${{ inputs.version }}
180+
path: ./artifacts
181+
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
187192
- run: ls -la
188193
- run: npm cache clear --force
189194
- run: npm i

0 commit comments

Comments
 (0)