Skip to content

Commit

Permalink
Add quiet -q option (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcoder87 authored May 25, 2024
1 parent 4fcd280 commit 3516b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Create archive
run: |
git archive --format=zip HEAD > Ilch-2.zip
zip -d Ilch-2.zip static/js/\*
zip -q -d Ilch-2.zip static/js/\*
zip -q -r Ilch-2.zip vendor static/js
- name: Archive artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3516b91

Please sign in to comment.