From 3b07ca928cee8540c8580306bb3b970edcd13926 Mon Sep 17 00:00:00 2001 From: Justin Yoo Date: Tue, 7 Jul 2020 18:09:30 +0900 Subject: [PATCH] Update release-cli.yaml --- .github/workflows/release-cli.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-cli.yaml b/.github/workflows/release-cli.yaml index 022b32b..addbcb1 100644 --- a/.github/workflows/release-cli.yaml +++ b/.github/workflows/release-cli.yaml @@ -190,13 +190,13 @@ jobs: chmod +x ./artifacts/linux/azfuncopenapi ls -al ./artifacts/linux rm "./artifacts/${{ steps.package.outputs.package1 }}" - zip -r "./artifacts/${{ steps.package.outputs.package1 }}" "./artifacts/linux" + zip -r -j "./artifacts/${{ steps.package.outputs.package1 }}" "./artifacts/linux" unzip "./artifacts/${{ steps.package.outputs.package2 }}" -d "./artifacts/osx" chmod +x ./artifacts/osx/azfuncopenapi ls -al ./artifacts/osx rm "./artifacts/${{ steps.package.outputs.package2 }}" - zip -r "./artifacts/${{ steps.package.outputs.package2 }}" "./artifacts/osx" + zip -r -j "./artifacts/${{ steps.package.outputs.package2 }}" "./artifacts/osx" ls -al ./artifacts