Skip to content

Commit

Permalink
Update mmrl-debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Sep 22, 2023
1 parent 993382b commit 7b1839f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/mmrl-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
- '**.md'
workflow_dispatch:

defaults:
run:
working-directory: Android

jobs:
build:

Expand Down Expand Up @@ -53,14 +57,14 @@ jobs:
- name: Build Debug APK
run: |
chmod +x ./Android/gradlew
cd ./Website
chmod +x ./gradlew
cd ./../Website
npm install --force
npm run web:dev
npm run assetfix:android-clean
npm run assetfix:android-build
cd ..
./Android/gradlew app:assembleDefaultDebug
cd ./Android
./gradlew app:assembleDefaultDebug
- name: Upload MMRL-default-arm64-v8a-debug
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7b1839f

Please sign in to comment.