mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 09:45:24 -04:00
📦 Compress all artifacts
This commit is contained in:
parent
8488958461
commit
b64d42f8ef
1 changed files with 8 additions and 5 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue