Reduce aws cli output

This commit is contained in:
Micaiah Martin 2022-05-02 14:26:08 -06:00
parent 6a6050fc9c
commit 8f6b919a73
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ jobs:
run: |
aws s3 cp ./artifacts s3://public-s3-electron-artifacts/desktop/ \
--acl "public-read" \
--recursive
--recursive \
--quiet
- name: Create release
if: ${{ github.event.inputs.release_type != 'Dry Run' }}