Skip to content

Commit 6e7fc72

Browse files
committed
try
1 parent 298e95d commit 6e7fc72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cli-publish.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ jobs:
8989
9090
(Get-Item "aptos.$VERSION.nupkg").Length
9191
92+
choco install aptos.$VERSION.nupkg --source="./"
93+
94+
aptos -V
95+
9296
#choco push aptos.$VERSION.nupkg -k "$env:CHOCO_API_KEY" --source https://push.chocolatey.org/
9397
98+
99+
94100
Set-Location -Path ".."

0 commit comments

Comments
 (0)