Skip to content

Commit

Permalink
Fix[actions]: update upload-artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Jan 5, 2025
1 parent a278847 commit 08484a0
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 @@ -31,7 +31,7 @@ jobs:
./gradlew assembleRelease
- name: Upload APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: app-debug
path: app/build/outputs/apk/release/app-release.apk

0 comments on commit 08484a0

Please sign in to comment.