Skip to content

Commit

Permalink
CI: Include cmaps and standard_fonts directories in the build zip
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtcode committed Jan 20, 2025
1 parent f9857be commit 2b9a501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
cd build
mkdir build-zip
zip -r build-zip/$GITHUB_SHA.zip worker.js
zip -r build-zip/$GITHUB_SHA.zip worker.js cmaps standard_fonts
sudo gem install --no-document dpl dpl-s3
dpl --provider=s3 --bucket=zotero-download --local-dir=build-zip --upload-dir=ci/client-pdf-worker --acl=public-read --skip_cleanup=true
Expand Down

0 comments on commit 2b9a501

Please sign in to comment.