File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments