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 a225f3d commit f5ec022Copy full SHA for f5ec022
.github/workflows/deployWithIncrementVesrion.yml
@@ -20,7 +20,7 @@ jobs:
20
run: mvn -B package -Dmaven.test.skip=true package --file pom.xml
21
22
- name: Start proxy service(libreoffice)
23
- run: java -jar libreoffice-api-wrapper-server-3.1.8-jar-with-dependencies.jar
+ run: java -jar libreoffice-api-wrapper-server/target/libreoffice-api-wrapper-server-3.1.8-jar-with-dependencies.jar
24
25
- name: Start docker
26
run: docker run -t --name libreoffice -p 8100:8100 hdejager/libreoffice-api
0 commit comments