Skip to content

Commit

Permalink
fix: replace v4 by v3 in the android-build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaillat committed Oct 18, 2024
1 parent 28d6059 commit 1112206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: ./gradlew assembleRelease

- name: Upload APK
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: app-release-apk
path: app/build/outputs/apk/release/app-release.apk

0 comments on commit 1112206

Please sign in to comment.