feat: script remove artifacts on android cd (close #15)
This commit is contained in:
parent
5f9e60e254
commit
02ba94a7da
@ -44,6 +44,12 @@ module Fastlane
|
||||
version_code: build_number
|
||||
)
|
||||
|
||||
# Delete artifacts files
|
||||
artifacts = ['android_keys.zip', 'key.jks', 'key.properties', 'service_account_key.json']
|
||||
artifacts.each do |file|
|
||||
File.delete(file) if File.exist?(file)
|
||||
end
|
||||
|
||||
UI.success('🍺 Successfully build & deploy appbundle to Google Play Store')
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user