Skip to content

Commit 8285eb7

Browse files
committed
Update release-cli.yaml
1 parent b7c102b commit 8285eb7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-cli.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,16 @@ jobs:
188188
run: |
189189
Expand-Archive -Path "./artifacts/${{ steps.package.outputs.package1 }}" -DestinationPath "./artifacts/linux"
190190
chmod +x ./artifacts/linux/azfuncopenapi
191+
192+
ls -al ./artifacts/linux
193+
191194
Compress-Archive -Path "./artifacts/linux" -DestinationPath "./artifacts/${{ steps.package.outputs.package1 }}" -Force
192195
193196
Expand-Archive -Path "./artifacts/${{ steps.package.outputs.package2 }}" -DestinationPath "./artifacts/osx"
194197
chmod +x ./artifacts/osx/azfuncopenapi
198+
199+
ls -al ./artifacts/osx
200+
195201
Compress-Archive -Path "./artifacts/osx" -DestinationPath "./artifacts/${{ steps.package.outputs.package2 }}" -Force
196202
197203
- name: Create Release to GitHub

0 commit comments

Comments
 (0)