chore(builds): disable verbose output for tar

This commit is contained in:
Phan An 2022-08-02 11:19:05 +02:00
parent cb27b0993d
commit cc83d05207
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -2,7 +2,6 @@ on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
- 'beta'
name: Upload Release Assets
@ -41,7 +40,7 @@ jobs:
rm -rf .git ./node_modules ./storage/search-indexes/*.index ./koel.db ./.env
cd ../
zip -r /tmp/koel-${{ steps.get_version.outputs.VERSION }}.zip koel/
tar -zcvf /tmp/koel-${{ steps.get_version.outputs.VERSION }}.tar.gz koel/
tar -zcf /tmp/koel-${{ steps.get_version.outputs.VERSION }}.tar.gz koel/
- name: Create release
id: create_release
uses: actions/create-release@v1