Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Another attempt of removing ghost Xtend files.
  • Loading branch information
lhstrh authored Jan 25, 2022
1 parent 4d61657 commit 8245308
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: mvn clean package
run: ./gradlew clean && mvn clean package

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

0 comments on commit 8245308

Please sign in to comment.