Skip to content

Commit

Permalink
Update buildrealease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermePalma authored Sep 23, 2021
1 parent f47a375 commit 24822f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildrealease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -37,4 +37,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Build Artifacts
path: app/build/outputs/
path: Makeup/build/outputs/

0 comments on commit 24822f1

Please sign in to comment.