Skip to content

Commit 3b07ca9

Browse files
committed
Update release-cli.yaml
1 parent 8642ce9 commit 3b07ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,13 @@ jobs:
190190
chmod +x ./artifacts/linux/azfuncopenapi
191191
ls -al ./artifacts/linux
192192
rm "./artifacts/${{ steps.package.outputs.package1 }}"
193-
zip -r "./artifacts/${{ steps.package.outputs.package1 }}" "./artifacts/linux"
193+
zip -r -j "./artifacts/${{ steps.package.outputs.package1 }}" "./artifacts/linux"
194194
195195
unzip "./artifacts/${{ steps.package.outputs.package2 }}" -d "./artifacts/osx"
196196
chmod +x ./artifacts/osx/azfuncopenapi
197197
ls -al ./artifacts/osx
198198
rm "./artifacts/${{ steps.package.outputs.package2 }}"
199-
zip -r "./artifacts/${{ steps.package.outputs.package2 }}" "./artifacts/osx"
199+
zip -r -j "./artifacts/${{ steps.package.outputs.package2 }}" "./artifacts/osx"
200200
201201
ls -al ./artifacts
202202

0 commit comments

Comments
 (0)