From 24822f1ff6bdb62b2448dd0774feb50502899996 Mon Sep 17 00:00:00 2001 From: Guilherme Peres Lins da Palma <54846154+GuilhermePalma@users.noreply.github.com> Date: Wed, 22 Sep 2021 21:53:34 -0300 Subject: [PATCH] Update buildrealease.yml --- .github/workflows/buildrealease.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildrealease.yml b/.github/workflows/buildrealease.yml index 5b809ad..e7d6fcc 100644 --- a/.github/workflows/buildrealease.yml +++ b/.github/workflows/buildrealease.yml @@ -27,7 +27,7 @@ jobs: run: chmod +x ./gradlew - name: build prod - run: ./gradlew app:bundleRelease + run: ./gradlew Makeup:bundleRelease env: SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }} SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }} @@ -37,4 +37,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: Build Artifacts - path: app/build/outputs/ + path: Makeup/build/outputs/