Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangl authored Sep 15, 2021
1 parent 13f7c04 commit eadafc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ platform :android do
download_asset_from_github_release(
asset_url: artifact_asset_url,
destination_path: artifact_path,
api_token: github_api_token
api_bearer: github_api_token
)

huawei_upload_result = upload_artifact_to_appgallery(
Expand Down

0 comments on commit eadafc6

Please sign in to comment.