Skip to content

Commit

Permalink
修改执行maven指令
Browse files Browse the repository at this point in the history
  • Loading branch information
stars-one committed May 31, 2022
1 parent f697aeb commit 805b0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-package: 'jdk+fx'

- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B compile assembly:single --file pom.xml

- run: mkdir staging && cp target/*.jar staging

Expand Down

0 comments on commit 805b0a0

Please sign in to comment.