Fix Java workflow Windows library name

This commit is contained in:
Wilson Lin 2020-07-24 17:55:22 +10:00
parent f499318c21
commit 3f963c99ca
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
FILE: 'libminify_html_java.so'
- os: windows-latest
ARCH: windows-x86_64
FILE: 'hyperbuild_java.dll'
FILE: 'minify_html_java.dll'
steps:
- uses: actions/checkout@v1