Skip to content

Commit

Permalink
Update upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambada10 committed Sep 20, 2024
1 parent 1baa3bf commit f7684bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: ./gradlew assembleRelease

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

0 comments on commit f7684bd

Please sign in to comment.