Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maniospas committed Aug 1, 2024
1 parent 898360d commit b8e489e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: '17'

- name: Build with Maven
run: mvn clean package
run: mvn clean package -f /JGNN/pom.xml

- name: Archive JAR
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit b8e489e

Please sign in to comment.