From b14717035f7113486c00d7fe980763ee937da8e3 Mon Sep 17 00:00:00 2001 From: Dirk Lemmermann Date: Fri, 20 Oct 2023 16:46:05 +0200 Subject: [PATCH] Added missing build for the whole project before building the app module with gluon. --- .github/workflows/ios.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 57c856a7..7c067901 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -27,6 +27,9 @@ jobs: api-key-id: ${{ secrets.GLUON_IOS_APPSTORE_KEY_ID }} api-private-key: ${{ secrets.GLUON_IOS_APPSTORE_PRIVATE_KEY }} + - name: Project Build + run: ./mvnw install + - name: Gluon Build run: ./mvnw -pl app -Pios gluonfx:build gluonfx:package