Skip to content

Commit

Permalink
fix/pages/do not zip gh-pages parent directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed Jan 7, 2025
1 parent dd19307 commit d4220e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Prepare Artifacts # uploading artifacts will fail if not zipped due to very large quantity of files
shell: bash
run: |
7z a "./build.zip" "gh-pages"
7z a build.zip ./gh-pages/*
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d4220e0

Please sign in to comment.