Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
ci(release): update name & gen patches (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed May 27, 2024
1 parent b421b50 commit 22a62ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Mainline release"
name: release

on:
workflow_dispatch:
Expand Down Expand Up @@ -40,6 +40,8 @@ jobs:
run: sudo apt update && sudo apt install -y sassc inkscape optipng
- name: Generate themes
run: |
python patches/xfwm4/generate_assets.py
python ./build.py mocha --all-accents --zip -d $PWD/releases &&
python ./build.py macchiato --all-accents --zip -d $PWD/releases &&
python ./build.py frappe --all-accents --zip -d $PWD/releases &&
Expand Down

0 comments on commit 22a62ea

Please sign in to comment.