mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
PR updates
This commit is contained in:
parent
1247ff46fb
commit
2415b836fb
1 changed files with 3 additions and 2 deletions
5
.github/workflows/pr.yml
vendored
5
.github/workflows/pr.yml
vendored
|
|
@ -43,8 +43,8 @@ jobs:
|
|||
- name: Build app
|
||||
id: buildapp
|
||||
run: |
|
||||
./gradlew clean assembleDebug bundleDebug testDebugUnitTest --no-daemon
|
||||
apks=$(find app/build/outputs/ -name '*.apk' -or -name '*.aab' -print0 | tr '\0' ',' | sed 's/,$//')
|
||||
./gradlew clean assembleDebug bundleDebugtestDebugUnitTest --no-daemon
|
||||
apks=$(find app/build/outputs \( -name '*.apk' -or -name '*.aab' \) -print0 | tr '\0' ',' | sed 's/,$//')
|
||||
echo "apks=$apks" >> "$GITHUB_OUTPUT"
|
||||
- name: Tar build dirs
|
||||
run: |
|
||||
|
|
@ -72,3 +72,4 @@ jobs:
|
|||
- name: Test applying patch
|
||||
run: |
|
||||
git apply app/src/patches/play_store.patch
|
||||
git diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue