mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-04-19 22:47:39 -04:00
fix: should be 'script', not 'scripts'
This commit is contained in:
@@ -15,7 +15,7 @@ build_task:
|
||||
- VERSION_NAME: "134.0"
|
||||
VERSION_CODE: 31340020
|
||||
sb_gapi_script: mkdir -p "$(dirname "${SB_GAPI_KEY_FILE}")" && echo "${SB_GAPI_KEY}" > "${SB_GAPI_KEY_FILE}"
|
||||
sources_scripts: ./scripts/get_sources.sh
|
||||
sources_script: ./scripts/get_sources.sh
|
||||
build_script: ./scripts/ci-build.sh
|
||||
apk_artifacts:
|
||||
path: gecko/mobile/android/fenix/app/build/outputs/apk/fenix/release/*.apk
|
||||
|
||||
Reference in New Issue
Block a user