From ce7336e6a35d3327b7cb2ce0a6666c9c3677793d Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 5 Sep 2020 17:23:17 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Compress=20Bibata=20themes=20wit?= =?UTF-8?q?h=20symblinks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7b7ba84..0e78930c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,8 +83,11 @@ jobs: name: bitmaps path: bitmaps/* + - name: Compressing Bibata Themes Directory + run: tar -cvzf Bibata.tar.gz themes + - name: Uploading `Bibata` Theme artifact uses: actions/upload-artifact@v2 with: name: Bibata - path: themes + path: Bibata.tar.gz