Skip to content

Commit

Permalink
update(action): build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Sep 14, 2024
1 parent bc82eb7 commit a6bc6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew :app:assembleNormalDebug :app:assembleNormalRelease :app:assembleAtvmDebug :app:assembleAtvmRelease
run: ./gradlew :app:assemble
- name: Upload a Build Artifact
if: success()
uses: actions/[email protected]
Expand Down

0 comments on commit a6bc6c1

Please sign in to comment.