mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
More workflow fixes
This commit is contained in:
parent
2256b8222c
commit
7984cdf570
2 changed files with 5 additions and 5 deletions
6
.github/workflows/pr.yml
vendored
6
.github/workflows/pr.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
id: buildapp
|
||||
run: |
|
||||
./gradlew clean assembleDebug
|
||||
echo "apk=$(ls app/build/outputs/apk/debug/Wholphin-debug*.apk)" >> "$GITHUB_OUTPUT"
|
||||
apks=$(find app/build/outputs/apk -name '*.apk' -print0 | tr '\0' ',' | sed 's/,$//')
|
||||
- name: Tar build dirs
|
||||
run: |
|
||||
tar -czf build.tgz ./app/.
|
||||
|
|
@ -55,6 +55,6 @@ jobs:
|
|||
if-no-files-found: error
|
||||
- uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: Wholphin-debug.apk
|
||||
path: "${{ steps.buildapp.outputs.apk }}"
|
||||
name: APKs
|
||||
path: "${{ steps.buildapp.outputs.apks }}"
|
||||
compression-level: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue