Skip to content

Commit

Permalink
Update .github/workflows/ci-cd.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Halsall <[email protected]>
  • Loading branch information
pauldambra and Juice10 authored Dec 6, 2024
1 parent 389ca34 commit a86ab28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
install-script: "yarn install --frozen-lockfile"
build-script: "build:all"
compression: "none"
pattern: "**/dist/*.js"
pattern: "**/dist/*.{js,cjs,mjs,css}"

- name: Upload diff images to GitHub
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a86ab28

Please sign in to comment.