Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
djairhogeuens committed Jan 10, 2022
1 parent 0811a8b commit f45b273
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
uses: "actions/checkout@master"
- name: "Build EA API"
run: |
cd eaapi
../mvnw install:install-file -Dfile=eaapi.jar -DpomFile=pom.xml
cd eaapi && ../mvnw install:install-file -Dfile=eaapi.jar -DpomFile=pom.xml & cd ..
- name: "Build EA HTML generator"
run: |
./mvnw clean install
Expand Down

0 comments on commit f45b273

Please sign in to comment.