📦 Compress all artifacts

This commit is contained in:
ful1e5 2020-09-05 17:48:47 +05:30
parent 8488958461
commit b64d42f8ef

View file

@ -71,20 +71,23 @@ jobs:
- name: Generating `Bibata` Cursor Theme
run: python build.py
- name: Compressing Artifacts
run: |
tar -cvzf logs.tar.gz build.log
tar -cvzf bitmaps.tar.gz bitmaps
tar -cvzf Bibata.tar.gz themes
- name: Uploading `Bibata` Build Log artifact
uses: actions/upload-artifact@v2
with:
name: logs
path: build.log
path: logs.tar.gz
- name: Uploading `bitmaps` artifact
uses: actions/upload-artifact@v2
with:
name: bitmaps
path: bitmaps/*
- name: Compressing Bibata Themes Directory
run: tar -cvzf Bibata.tar.gz themes
path: bitmaps.tar.gz
- name: Uploading `Bibata` Theme artifact
uses: actions/upload-artifact@v2