mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-14 15:15:02 -04:00
📦 Compress packages
This commit is contained in:
parent
12ea2ff59b
commit
ea2cf6eb54
1 changed files with 9 additions and 3 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -70,20 +70,26 @@ jobs:
|
|||
- name: Generating `macOSBigSur` 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 macOSBigSur.tar.gz themes
|
||||
|
||||
- name: Uploading `macOSBigSur` 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/*
|
||||
path: bitmaps.tar.gz
|
||||
|
||||
- name: Uploading `macOSBigSur` Theme artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: macOSBigSur
|
||||
path: themes
|
||||
path: macOSBigSur.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue