Skip to content

Commit

Permalink
OF-2741: Fix missing use of mvnw in macos build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler committed Dec 8, 2023
1 parent c13a4ad commit 09516d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-release-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- name: Build with Maven
run: mvn -B package -Pcoverage --file pom.xml
run: ./mvnw -B package -Pcoverage --file pom.xml

- name: Build Artifact
run: |
Expand Down

0 comments on commit 09516d9

Please sign in to comment.