Skip to content

Commit 298e95d

Browse files
committed
try
1 parent 8641c55 commit 298e95d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/cli-publish.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
Invoke-WebRequest -Uri $URL -OutFile "$DEST_DIR\$ZIP_NAME"
4545
Expand-Archive -Path "$DEST_DIR\$ZIP_NAME" -DestinationPath $DEST_DIR
4646
47+
Get-ChildItem $DEST_DIR | Format-Table Name,Length, -AutoSize
48+
4749
Write-Host "Aptos CLI version $env:VERSION extracted to $DEST_DIR"
4850
4951
- name: Publish to Choco
@@ -83,6 +85,10 @@ jobs:
8385
8486
choco pack --version $VERSION configuration=release
8587
86-
choco push aptos.$VERSION.nupkg -k "$env:CHOCO_API_KEY" --source https://push.chocolatey.org/
88+
Get-ChildItem
89+
90+
(Get-Item "aptos.$VERSION.nupkg").Length
91+
92+
#choco push aptos.$VERSION.nupkg -k "$env:CHOCO_API_KEY" --source https://push.chocolatey.org/
8793
8894
Set-Location -Path ".."

0 commit comments

Comments
 (0)