mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-03 19:17:16 -05: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
 | 
					      - name: Parse Asset URL
 | 
				
			||||||
        id: url
 | 
					        id: url
 | 
				
			||||||
        run: |
 | 
					        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 The android url is $ASSET_URL
 | 
				
			||||||
          echo "assetUrl=$ASSET_URL" >> $GITHUB_OUTPUT
 | 
					          echo "assetUrl=$ASSET_URL" >> $GITHUB_OUTPUT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -9,7 +9,7 @@
 | 
				
			|||||||
		"ios": "expo start --ios",
 | 
							"ios": "expo start --ios",
 | 
				
			||||||
		"web": "expo start --web",
 | 
							"web": "expo start --web",
 | 
				
			||||||
		"build": "eas build --profile production --platform android --non-interactive --auto-submit",
 | 
							"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",
 | 
							"build:dev": "eas build --profile development --platform android --non-interactive",
 | 
				
			||||||
		"update": "eas update --auto --channel prod"
 | 
							"update": "eas update --auto --channel prod"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user