Skip to content

Commit 8b3859b

Browse files
committed
Revert "fixup! Package dark theme as an optional download"
This reverts commit ac0d87b.x
1 parent ac0d87b commit 8b3859b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
zip -r ../AOS_EX4DS.zip *
6262
# Package dark theme
6363
cd ../aos_dark_theme
64-
zip -r ../AOS_Dark_Theme.zip {setting.ini,theme.res}
64+
zip -r ../AOS_Dark_Theme.zip *
6565
6666
- name: Prepare for publishing
6767
run: |

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
zip -r ../AOS_EX4DS.zip *
5959
# Package dark theme
6060
cd ../aos_dark_theme
61-
zip -r ../AOS_Dark_Theme.zip {setting.ini,theme.res}
61+
zip -r ../AOS_Dark_Theme.zip *
6262
6363
- name: Prepare for publishing
6464
run: |

0 commit comments

Comments
 (0)