fastlane-plugin-au_auto_close_upload 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8e7617288ed1caaebaf455bc2fb7089d6b127d9
4
- data.tar.gz: ab3acf0884d2f693d74ed2b38c421644e1c375dd
3
+ metadata.gz: 17929b61363979f0627f312644e8c96ba7be799e
4
+ data.tar.gz: 3232b5742ccb8abb07a59ac38ba2f533b59c64ac
5
5
  SHA512:
6
- metadata.gz: e5ed0af2fdfb94d56704fb3de616d31b475ecd7acb92acfcd85d18933b22e34179b1a4f0eeb5b09322039045dc51695c25ac9882000a2a18ab8adb1155975b59
7
- data.tar.gz: f598cc282bf4efb1864adafc849134cf2da0b7cfa9e25a31f7996777ef653f7f2a12d0f11e266e3f51a8fa2fa996dffe9303f9f437f9e9309c0d0bf426573c4d
6
+ metadata.gz: dda7fb089f12f396a1bd0a57607d118117147666d527312f12e04fe55b186fd346afae4dd685a06ed189b236d684bffa3a244b2d5809ac1b1fc0ce53d0663eca
7
+ data.tar.gz: 66bbaf29aa2c231def58e096c6d970ed242a1b72cb24a76aa4d978b952a567c68149c60f30bb4582b8821f4482c584497361457a4a58bfdc69ab8802fb61de3c
@@ -10,13 +10,13 @@ module Fastlane
10
10
  UI.message("Archiving files...")
11
11
 
12
12
  # ipa zip
13
- ipa = File.basename(params[:ipa_path])
14
- command = "tar -zcvf ipa.tgz #{ipa}"
13
+ # ipa = File.basename(params[:ipa_path])
14
+ command = "tar -zcvf ipa.tgz #{params[:ipa_path]}"
15
15
  Fastlane::Actions.sh command, log: true
16
16
 
17
17
  # dzym zip
18
- dsym = File.basename(params[:dsym_path])
19
- command = "tar -zcvf dsym.tgz #{dsym}"
18
+ # dsym = File.basename(params[:dsym_path])
19
+ command = "tar -zcvf dsym.tgz #{params[:dsym_path]}"
20
20
  Fastlane::Actions.sh command, log: true
21
21
 
22
22
  # uploading
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AuAutoCloseUpload
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-au_auto_close_upload
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emil