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 52236a5 commit 184c8ccCopy full SHA for 184c8cc
.github/workflows/stage-5-publish.yaml
@@ -177,13 +177,18 @@ jobs:
177
- name: "Get the artefacts"
178
uses: actions/download-artifact@v4
179
with:
180
- path: .
181
- name: artifacts/sdk-ts-${{ inputs.version }}
+ path: ./artifacts
+ 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