mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 08:01:20 +02:00
Copy paste error
This commit is contained in:
parent
7984cdf570
commit
e09816233a
3 changed files with 4 additions and 3 deletions
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
|
|
@ -44,6 +44,7 @@ jobs:
|
|||
run: |
|
||||
./gradlew clean assembleDebug
|
||||
apks=$(find app/build/outputs/apk -name '*.apk' -print0 | tr '\0' ',' | sed 's/,$//')
|
||||
echo "apks=$apks" >> "$GITHUB_OUTPUT"
|
||||
- name: Tar build dirs
|
||||
run: |
|
||||
tar -czf build.tgz ./app/.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue