diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d288428f..b3cfd8ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 46fd9876..d808ceb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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