File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -183,23 +183,14 @@ jobs:
183183 node-version : ' 24.3'
184184 registry-url : ' https://npm.pkg.github.com'
185185
186+ - run : cp /artifacts/sdk-ts-${{ inputs.version }}/* /
187+ - run : rm -f /artifacts
186188 - run : ls -la
187- working-directory : ./artifacts/sdk-ts-${{ inputs.version }}
188-
189189 - run : npm cache clear --force
190- working-directory : ./artifacts/sdk-ts-${{ inputs.version }}
191-
192190 - run : npm i
193- working-directory : ./artifacts/sdk-ts-${{ inputs.version }}
194-
195191 - run : npm run build
196- working-directory : ./artifacts/sdk-ts-${{ inputs.version }}
197-
198192 - run : ls -la
199- working-directory : ./artifacts/sdk-ts-${{ inputs.version }}
200-
201193 - run : npm publish --verbose
202- working-directory : ./artifacts/sdk-ts-${{ inputs.version }}
203194 env :
204195 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
205196
Original file line number Diff line number Diff line change 1- version : 0.0.1-20250703.140414+9fd7d6c
1+ version : 0.0.1-20250703.142109+d0c2322
You can’t perform that action at this time.
0 commit comments