Unzipping file error #20

Closed
opened 2023-06-22 10:57:20 +00:00 by hugo · 0 comments
Owner
[12:52:54]: ⌛️ Building and deploying to Google Play Store in internal..
java.io.FileNotFoundException: . (Is a directory)
        at java.base/java.io.FileInputStream.open0(Native Method)
        at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
        at java.base/java.io.FileInputStream.<init>(FileInputStream.java:158)
        at java.base/java.io.FileInputStream.<init>(FileInputStream.java:112)
        at jdk.jartool/sun.tools.jar.Main.run(Main.java:390)
        at jdk.jartool/sun.tools.jar.Main.main(Main.java:1700)

seems to be related to

`jar xvf #{android_directory} && mv #{android_directory}/android_keys/* #{android_directory}`

where #{android_directory} is a directory and not the compressed file.

```sh [12:52:54]: ⌛️ Building and deploying to Google Play Store in internal.. java.io.FileNotFoundException: . (Is a directory) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:219) at java.base/java.io.FileInputStream.<init>(FileInputStream.java:158) at java.base/java.io.FileInputStream.<init>(FileInputStream.java:112) at jdk.jartool/sun.tools.jar.Main.run(Main.java:390) at jdk.jartool/sun.tools.jar.Main.main(Main.java:1700) ``` seems to be related to https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-fastlane-plugins/src/commit/522a0a0bf93ef9ba3cb40229f7d66c1324e19279/plugins/fastlane-plugin-android_cd/lib/fastlane/plugin/android_cd/helper/android_cd_helper.rb#L18 where #{android_directory} is a directory and not the compressed file.
hugo added the
priority
high
plugins
android_cd
bug
labels 2023-06-22 10:57:20 +00:00
malo closed this issue 2023-06-22 12:03:33 +00:00
Sign in to join this conversation.
No description provided.