Skip to content

Commit 4db06f4

Browse files
committed
Fix file-path
1 parent b468f88 commit 4db06f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Copy third-party dependencies to lib/ directory
6262
run: |
6363
cp vendor/fredericpetit/highlightjs-composer/assets/js/highlight.min.js lib/highlight.min.js
64-
cp node_modules/pako/dist/browser/pako_inflate.esm.min.mjs lib/pako_inflate.min.js
64+
cp node_modules/pako/dist/pako_inflate.min.js lib/pako_inflate.min.js
6565
6666
- name: Clean release
6767
run: |

0 commit comments

Comments
 (0)