We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0d87b commit 8b3859bCopy full SHA for 8b3859b
.github/workflows/nightly.yml
@@ -61,7 +61,7 @@ jobs:
61
zip -r ../AOS_EX4DS.zip *
62
# Package dark theme
63
cd ../aos_dark_theme
64
- zip -r ../AOS_Dark_Theme.zip {setting.ini,theme.res}
+ zip -r ../AOS_Dark_Theme.zip *
65
66
- name: Prepare for publishing
67
run: |
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
59
60
0 commit comments