Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Undo attempts to clean up since problem with generated Xtend file lies elsewhere.
  • Loading branch information
lhstrh authored Jan 25, 2022
1 parent 8245308 commit 0fe1efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build and package lfc
run: .github/scripts/package_lfc.sh
- name: Build and package epoch
run: ./gradlew clean && mvn clean package
run: mvn package

- name: Deploy nightly release
uses: marvinpinto/action-automatic-releases@latest
Expand Down

0 comments on commit 0fe1efe

Please sign in to comment.