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

Commit 7c47065

Browse files
committed
workflow: recreate assets
Signed-off-by: Pranav <[email protected]>
1 parent 50e9e01 commit 7c47065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install colloid specific dependencies
2424
run: sudo apt update && sudo apt install -y sassc inkscape optipng
2525
- name: Generate themes
26-
run: python ./install.py all -a all --zip -d $PWD/releases
26+
run: python ./install.py all -a all --zip -d $PWD/releases --recreate-asset
2727
- name: Add zips to release
2828
uses: softprops/action-gh-release@v1
2929
with:

0 commit comments

Comments
 (0)