ci updated for symlink script

This commit is contained in:
ful1e5 2021-11-26 16:08:21 +05:30
parent 7b01c77cfa
commit 181eaab930
2 changed files with 3 additions and 0 deletions

View file

@ -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/*

View file

@ -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