Skip to content

Commit

Permalink
Update xtest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed Nov 4, 2024
1 parent 646fe27 commit d6e5c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/xtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
make clean
make cli
CLI_NAME=$(cd cli && npm pkg get name | tr -d \")
CLI_VERSION=$(cd cli && npm pkg get version | tr -d \")
echo "CLI_PATH=cli/$(echo "$CLI_NAME" | tr -d @ | sed s1/1-1)-$CLI_VERSION.tgz" >>$GITHUB_OUTPUT
working-directory: web-sdk
- name: update packages
Expand Down

0 comments on commit d6e5c36

Please sign in to comment.