Test upload file to package registry
This commit is contained in:
@@ -34,11 +34,14 @@ jobs:
|
|||||||
|
|
||||||
build-android:
|
build-android:
|
||||||
name: "Build APK file"
|
name: "Build APK file"
|
||||||
runs-on: android
|
runs-on: ubuntu-latest
|
||||||
needs: verify
|
needs: verify
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Setup Android SDK
|
||||||
|
uses: android-actions/setup-android@4
|
||||||
|
|
||||||
- name: Grant execute permission
|
- name: Grant execute permission
|
||||||
run: chmod +x ./gradlew
|
run: chmod +x ./gradlew
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user