mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-27 21:44:14 -04:00
ci updated for symlink script
This commit is contained in:
parent
7b01c77cfa
commit
181eaab930
2 changed files with 3 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -59,6 +59,7 @@ jobs:
|
|||
|
||||
- name: Generating `Bibata-Modern` Cursor Theme
|
||||
run: make modern
|
||||
continue-on-error: false
|
||||
|
||||
- name: Compressing `Bibata-Modern` Cursor Theme
|
||||
run: tar -cvzf Bibata-Modern.tar.gz themes/*
|
||||
|
@ -77,6 +78,7 @@ jobs:
|
|||
|
||||
- name: Generating `Bibata-Original` Cursor Theme
|
||||
run: make original
|
||||
continue-on-error: false
|
||||
|
||||
- name: Compressing `Bibata-Original` Cursor Theme
|
||||
run: tar -cvzf Bibata-Original.tar.gz themes/*
|
||||
|
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- tidy docs inside `README.md`
|
||||
- make commands are more readable inside `builder/Makefile`
|
||||
- symlink common cursor svg files using `svg/link.py`
|
||||
- ci updated for symlink script
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue