Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp0002 authored Feb 2, 2025
1 parent 7b276b1 commit be4d019
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 @@ -28,9 +28,9 @@ jobs:
run: ./gradlew build
- name: Build Debug APK
run: ./gradlew assembleDebug
- name: Upload Artifact
- name: Upload Artifact - Release Unsigned
uses: actions/upload-artifact@main
with:
name: build
path: ./app/build
path: ./app/build/outputs/apk/release/app-release-unsigned.apk
if-no-files-found: error

0 comments on commit be4d019

Please sign in to comment.