Skip to content

Commit 66f1601

Browse files
committed
modify zip name to reflect original theme name so the API can solve it
1 parent 845dafa commit 66f1601

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
- name: zip artifacts
6868
run: |
6969
mkdir dist_zip
70-
zip -r dist_zip/book.zip dist-book/
71-
zip -r dist_zip/article.zip dist-article/
70+
zip -r dist_zip/book-theme.zip dist-book/
71+
zip -r dist_zip/article-theme.zip dist-article/
7272
7373
# Determine version/tag for naming
7474
# if this is a tagged build, use the tag
@@ -89,7 +89,7 @@ jobs:
8989
name: "Build ${{ steps.vars.outputs.name }}"
9090
tag_name: "${{ steps.vars.outputs.name }}"
9191
files: |
92-
dist_zip/book.zip
93-
dist_zip/article.zip
92+
dist_zip/book-theme.zip
93+
dist_zip/article-theme.zip
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)