From 8245308784c34cb5b7cf944f08a46b218fe40207 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Tue, 25 Jan 2022 12:34:58 -0800 Subject: [PATCH] Update build.yml Another attempt of removing ghost Xtend files. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d810b61a9..6b29444ea3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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