Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrathameshBhagat authored Mar 11, 2024
1 parent 54a4927 commit 3200771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name : Upload APK
uses: actions/upload-artifact@v2.1.4
uses: actions/upload-artifact@v4.3.1
with :
name : app
path : app/build/outputs/apk/debug/app-debug.apk
Expand Down

0 comments on commit 3200771

Please sign in to comment.