Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wlenk authored Aug 17, 2023
1 parent 6d9dfb6 commit d42f4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew app:assembleRelease
run: ./gradlew app:assembleDebug
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: ProtoHax-build-${{ github.sha }}
path: ./app/build/outputs/apk/release/app-release.apk
path: ./app/build/outputs/apk/debug/app-debug.apk

0 comments on commit d42f4dd

Please sign in to comment.