Skip to content

Commit 1c7dabd

Browse files
committed
tr
1 parent 6e7fc72 commit 1c7dabd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cli-publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ jobs:
8989
9090
(Get-Item "aptos.$VERSION.nupkg").Length
9191
92-
choco install aptos.$VERSION.nupkg --source="./"
92+
choco install aptos --version="$VERSION" --source="./"
9393
94-
aptos -V
94+
aptos.exe -V
9595
9696
#choco push aptos.$VERSION.nupkg -k "$env:CHOCO_API_KEY" --source https://push.chocolatey.org/
9797

0 commit comments

Comments
 (0)