Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! ci: bu…
Browse files Browse the repository at this point in the history
…ild Maven in GitHub Actions
  • Loading branch information
Robbert committed Nov 12, 2024
1 parent 034f998 commit 2818a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
restore-keys: ${{ runner.os }}-m2
- name: Maven build
run: mvn -B package --file pom.xml
- run: mkdir -p dist/jar dist/war && cp target/*.jar dist/jar && && cp target/*.war dist/war
- run: mkdir -p dist/jar dist/war && cp target/*.jar dist/jar && cp target/*.war dist/war
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: "JAR file for Java ${{ matrix.java }}"
Expand Down

0 comments on commit 2818a8c

Please sign in to comment.