Skip to content

Commit

Permalink
Update release-cli.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Jul 7, 2020
1 parent 8642ce9 commit 3b07ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b07ca9

Please sign in to comment.