File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 - name : Install CLI
3131 run : |
3232 # Step 1: Download the .deb package using curl with the -L option to follow redirects
33- curl -L -o trinsic_cli.deb https://github.com/trinsic-id/sdk/releases/download/v1.13.0/trinsic_cli_1.13.0_amd64.deb
33+ curl -L -o trinsic_cli.deb https://github.com/trinsic-id/sdk-v /releases/download/v1.13.0/trinsic_cli_1.13.0_amd64.deb
3434 # Step 2: Install the downloaded .deb package using dpkg
3535 sudo dpkg -i trinsic_cli.deb
3636
4545 # Because called actions run in caller repository, we have to be explicit here.
4646 - uses : actions/checkout@v3
4747 with :
48- repository : trinsic-id/sdk
48+ repository : trinsic-id/sdk-v
4949 path : ./sdk
5050 - uses : actions/cache@v3
5151 id : npm-cache
You can’t perform that action at this time.
0 commit comments