Skip to content

Commit

Permalink
Update maven-build-installer-unix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elfunesto authored Aug 27, 2024
1 parent eb7bbc8 commit 22eeda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build-installer-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
java-package: jdk+fx
cache: 'maven'
- name: Build with Maven
run: mvn -B clean install --file RCaNconstructor/pom.xml
run: mvn -X -B clean install --file RCaNconstructor/pom.xml
- name: Update Automatic Release
uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down

0 comments on commit 22eeda8

Please sign in to comment.