forked from github-such-software/hash-wallet
dev #22
6
.github/workflows/build-android.yml
vendored
6
.github/workflows/build-android.yml
vendored
@@ -237,9 +237,11 @@ jobs:
|
|||||||
run: flutter build apk --dart-define-from-file=env.json --release
|
run: flutter build apk --dart-define-from-file=env.json --release
|
||||||
|
|
||||||
# AAB for Play Console upload (Google generates per-ABI APKs server-side
|
# AAB for Play Console upload (Google generates per-ABI APKs server-side
|
||||||
# via Play App Signing).
|
# via Play App Signing). --verbose surfaces the full gradle stacktrace
|
||||||
|
# when FinalizeBundleTask / signReleaseBundle fails — without it the
|
||||||
|
# error is opaque ('FinalizeBundleTask$BundleToolRunnable failed').
|
||||||
- name: Build release AAB
|
- name: Build release AAB
|
||||||
run: flutter build appbundle --dart-define-from-file=env.json --release
|
run: flutter build appbundle --dart-define-from-file=env.json --release --verbose
|
||||||
|
|
||||||
- name: Sanity-check signature on APK
|
- name: Sanity-check signature on APK
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
6
.github/workflows/build-ios-sim.yml
vendored
6
.github/workflows/build-ios-sim.yml
vendored
@@ -32,6 +32,12 @@ jobs:
|
|||||||
# Gitea runner shell). Force UTF-8 globally so `pod install` succeeds.
|
# Gitea runner shell). Force UTF-8 globally so `pod install` succeeds.
|
||||||
LANG: en_US.UTF-8
|
LANG: en_US.UTF-8
|
||||||
LC_ALL: en_US.UTF-8
|
LC_ALL: en_US.UTF-8
|
||||||
|
# If you added an /etc/hosts entry on the Mac mini that points
|
||||||
|
# git.such.software at NPM's LAN IP (so the runner hits NPM's
|
||||||
|
# Let's Encrypt cert instead of Gitea's internal self-signed),
|
||||||
|
# this env var can be removed. Left in as a belt-and-suspenders
|
||||||
|
# fallback — has no effect if certs already verify.
|
||||||
|
NODE_TLS_REJECT_UNAUTHORIZED: '0'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
3
.github/workflows/build-ios-testflight.yml
vendored
3
.github/workflows/build-ios-testflight.yml
vendored
@@ -38,6 +38,9 @@ jobs:
|
|||||||
# CocoaPods needs UTF-8; Gitea runner shell defaults to ASCII-8BIT.
|
# CocoaPods needs UTF-8; Gitea runner shell defaults to ASCII-8BIT.
|
||||||
LANG: en_US.UTF-8
|
LANG: en_US.UTF-8
|
||||||
LC_ALL: en_US.UTF-8
|
LC_ALL: en_US.UTF-8
|
||||||
|
# See note in build-ios-sim.yml — fallback if /etc/hosts trick
|
||||||
|
# isn't in place. Safe no-op once it is.
|
||||||
|
NODE_TLS_REJECT_UNAUTHORIZED: '0'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user