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 88d742d commit 52236a5Copy full SHA for 52236a5
.github/workflows/stage-5-publish.yaml
@@ -177,17 +177,13 @@ jobs:
177
- name: "Get the artefacts"
178
uses: actions/download-artifact@v4
179
with:
180
- path: ./artifacts
+ path: .
181
+ name: artifacts/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
- - 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
191
- run: ls -la
192
- run: npm cache clear --force
193
- run: npm i
0 commit comments