Skip to content

Commit 6e48a26

Browse files
fix(pages): do not zip gh-pages parent directory
1 parent dd19307 commit 6e48a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Prepare Artifacts # uploading artifacts will fail if not zipped due to very large quantity of files
5656
shell: bash
5757
run: |
58-
7z a "./build.zip" "gh-pages"
58+
7z a build.zip ./gh-pages/*
5959
6060
- name: Upload artifact
6161
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)