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 184c8cc commit c2d2354Copy full SHA for c2d2354
.github/workflows/stage-5-publish.yaml
@@ -177,18 +177,13 @@ jobs:
177
- name: "Get the artefacts"
178
uses: actions/download-artifact@v4
179
with:
180
- path: ./artifacts
+ path: .
181
name: sdk-ts-${{ inputs.version }}
182
- uses: actions/setup-node@v4
183
184
node-version: '24.3'
185
registry-url: 'https://npm.pkg.github.com'
186
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
192
- run: ls -la
193
- run: npm cache clear --force
194
- run: npm i
0 commit comments