Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa authored Sep 14, 2024
1 parent c27b64c commit e3c9aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew :app:assemble
run: ./gradlew :app:assembleNormalDebug
- name: Upload a Build Artifact
if: success()
uses: actions/[email protected]
with:
name: build-artifact
path: |
./**/*.apk
./**/*.apk

0 comments on commit e3c9aa4

Please sign in to comment.