mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Fix build script
This commit is contained in:
parent
24ed1bb182
commit
57e954f502
2 changed files with 0 additions and 7 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -71,8 +71,6 @@ jobs:
|
||||||
echo "$line => $short_name"
|
echo "$line => $short_name"
|
||||||
cp "$line" "$short_name"
|
cp "$line" "$short_name"
|
||||||
done
|
done
|
||||||
apks=$(find app/build/outputs/apk -name '*.apk' -print0 | tr '\0' ',' | sed 's/,$//')
|
|
||||||
echo "apks=$apks" >> "$GITHUB_OUTPUT"
|
|
||||||
- name: Checksums
|
- name: Checksums
|
||||||
run: |
|
run: |
|
||||||
echo "SHA256 checksums:"
|
echo "SHA256 checksums:"
|
||||||
|
|
|
||||||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -53,11 +53,6 @@ jobs:
|
||||||
echo "$line => $short_name"
|
echo "$line => $short_name"
|
||||||
cp "$line" "$short_name"
|
cp "$line" "$short_name"
|
||||||
done
|
done
|
||||||
apks=$(find app/build/outputs/apk -name '*.apk' -print0 | tr '\0' ',' | sed 's/,$//')
|
|
||||||
echo "apks=$apks" >> "$GITHUB_OUTPUT"
|
|
||||||
|
|
||||||
aab=$(find app/build/outputs -name '*.aab')
|
|
||||||
echo "aab=$aab" >> "$GITHUB_OUTPUT"
|
|
||||||
- name: Checksums
|
- name: Checksums
|
||||||
run: |
|
run: |
|
||||||
echo "SHA256 checksums:"
|
echo "SHA256 checksums:"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue