build action with builder package

This commit is contained in:
ful1e5 2020-10-10 17:26:29 +05:30
parent 3637530281
commit eab56af466

View file

@ -65,11 +65,14 @@ jobs:
- name: Install pip dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
continue-on-error: false
- name: Generating `Bibata` Cursor Theme
run: python build.py
run: |
python setup.py install
python build.py
- name: Compressing Artifacts
run: |