We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd26e7b commit cc21cc4Copy full SHA for cc21cc4
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
tar xf cef.tar.bz2 $VERSION/LICENSE.txt --strip-components 1
53
tar xf cef.tar.bz2 $VERSION/Release/libcef.lib $VERSION/Resources --strip-components 2
54
tar xf cef.tar.bz2 --wildcards $VERSION/Release/*.dll --wildcards $VERSION/Release/*.bin --strip-components 2
55
- cp -r *.dll *.bin LICENSE.txt ../../java/org.eclipse.set.browser.cef.win32/res/cef
+ cp -r *.dll *.bin Resources LICENSE.txt ../../java/org.eclipse.set.browser.cef.win32/res/cef
56
working-directory: cef/Release
57
58
- name: Build Rust
0 commit comments