[ANDROID] Update wear os test lane
This commit is contained in:
@@ -93,7 +93,7 @@ jobs:
|
||||
if: matrix.format.type == 'aab'
|
||||
run: |
|
||||
AAB_PATH=$(ls wearOsApp/build/outputs/bundle/release/*.aab | head -n 1)
|
||||
fastlane android internal aab:"$AAB_PATH" json_key:play-service-account.json
|
||||
fastlane android internal aab:"$AAB_PATH" json_key:play-service-account.json track:wear:internal
|
||||
release:
|
||||
needs: build
|
||||
permissions:
|
||||
|
||||
+2
-2
@@ -4,7 +4,7 @@ platform :android do
|
||||
desc "Upload AAB to Google Play internal testing track"
|
||||
lane :internal do |options|
|
||||
upload_to_play_store(
|
||||
track: 'internal',
|
||||
track: options[:track] || 'internal',
|
||||
aab: options[:aab],
|
||||
package_name: 'com.kgurgul.cpuinfo',
|
||||
json_key: options[:json_key],
|
||||
@@ -16,4 +16,4 @@ platform :android do
|
||||
release_status: 'draft'
|
||||
)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user