Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch committed Dec 15, 2023
1 parent 25356fb commit 609f3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
working-directory: ./Core
working-directory: ./
run: mvn -B package --file pom.xml
- name: Extract Maven project version
working-directory: ./Core
working-directory: ./
run: echo "lib_version=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)" >> $GITHUB_ENV
id: project
- name: 'Upload Artifact'
Expand Down

0 comments on commit 609f3f7

Please sign in to comment.