Skip to content

Commit 52236a5

Browse files
Trying the npm publish.
1 parent 88d742d commit 52236a5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,13 @@ jobs:
177177
- name: "Get the artefacts"
178178
uses: actions/download-artifact@v4
179179
with:
180-
path: ./artifacts
180+
path: .
181+
name: artifacts/sdk-ts-${{ inputs.version }}
181182
- uses: actions/setup-node@v4
182183
with:
183184
node-version: '24.3'
184185
registry-url: 'https://npm.pkg.github.com'
185186

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 -rf artifacts
191187
- run: ls -la
192188
- run: npm cache clear --force
193189
- run: npm i

0 commit comments

Comments
 (0)