Skip to content

Commit b55ac6b

Browse files
committed
Merge branch 'exclude-files' into build
2 parents 8f1d0d3 + c416217 commit b55ac6b

32 files changed

+13341
-13337
lines changed

.github/workflows/debug-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- name: Build APK
2525
shell: bash
2626
run: |
27+
exit_on_error() { echo "$1"; exit 1; }
28+
2729
if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
2830
GITHUB_SHA="${{ github.event.pull_request.head.sha }}" # Do not use last merge commit set in GITHUB_SHA
2931
fi
@@ -47,6 +49,8 @@ jobs:
4749
npx cordova build android
4850
exit_on_error "Build failed for '$APK_VERSION_TAG' build."
4951
52+
cp "$APK_DIR_PATH/app-debug.apk" "$APK_DIR_PATH/${APK_BASENAME_PREFIX}.apk"
53+
5054
echo "Generating sha25sums file"
5155
if ! (cd "$APK_DIR_PATH"; sha256sum \
5256
"${APK_BASENAME_PREFIX}.apk"
@@ -58,7 +62,7 @@ jobs:
5862
with:
5963
name: ${{ env.APK_BASENAME_PREFIX }}
6064
path: |
61-
${{ env.APK_DIR_PATH }}/app-debug.apk
65+
${{ env.APK_DIR_PATH }}/${{ env.APK_BASENAME_PREFIX }}.apk
6266
${{ env.APK_DIR_PATH }}/output-metadata.json
6367
6468
- name: Attach sha256sums file

src/lang/ar-ye.json

Lines changed: 430 additions & 430 deletions
Large diffs are not rendered by default.

src/lang/be-by.json

Lines changed: 431 additions & 431 deletions
Large diffs are not rendered by default.

src/lang/bn-bd.json

Lines changed: 430 additions & 430 deletions
Large diffs are not rendered by default.

src/lang/cs-cz.json

Lines changed: 430 additions & 430 deletions
Large diffs are not rendered by default.

src/lang/de-de.json

Lines changed: 430 additions & 430 deletions
Large diffs are not rendered by default.

src/lang/en-us.json

Lines changed: 430 additions & 430 deletions
Large diffs are not rendered by default.

src/lang/es-sv.json

Lines changed: 430 additions & 430 deletions
Large diffs are not rendered by default.

src/lang/fr-fr.json

Lines changed: 430 additions & 430 deletions
Large diffs are not rendered by default.

src/lang/he-il.json

Lines changed: 431 additions & 431 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)