From 0fe1efe2605906660bdc0815c5aaeabf7e1473d5 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Tue, 25 Jan 2022 13:11:40 -0800 Subject: [PATCH] Update build.yml Undo attempts to clean up since problem with generated Xtend file lies elsewhere. --- .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 6b29444ea3..7c72bf40c2 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: ./gradlew clean && mvn clean package + run: mvn package - name: Deploy nightly release uses: marvinpinto/action-automatic-releases@latest