mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Fix android release ci
This commit is contained in:
parent
aa26fd7d54
commit
439407ea59
2
.github/workflows/native-build.yml
vendored
2
.github/workflows/native-build.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
- name: Parse Asset URL
|
||||
id: url
|
||||
run: |
|
||||
ASSET_URL=$(grep -oe 'https://expo.dev/artifacts/eas/.*' log.txt)
|
||||
ASSET_URL=$(cat log.txt | jq '.[0].artifacts.buildUrl' -r)
|
||||
echo The android url is $ASSET_URL
|
||||
echo "assetUrl=$ASSET_URL" >> $GITHUB_OUTPUT
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
"ios": "expo start --ios",
|
||||
"web": "expo start --web",
|
||||
"build": "eas build --profile production --platform android --non-interactive --auto-submit",
|
||||
"build:apk": "eas build --profile preview --platform android --non-interactive",
|
||||
"build:apk": "eas build --profile preview --platform android --non-interactive --json",
|
||||
"build:dev": "eas build --profile development --platform android --non-interactive",
|
||||
"update": "eas update --auto --channel prod"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user