Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EISDIR: illegal operation on a directory, read #33

Closed
davidmcraejr opened this issue Oct 16, 2020 · 2 comments
Closed

EISDIR: illegal operation on a directory, read #33

davidmcraejr opened this issue Oct 16, 2020 · 2 comments

Comments

@davidmcraejr
Copy link

davidmcraejr commented Oct 16, 2020

Using this config in my deploy action:

      - name: Deploy to firebase
        uses: wzieba/Firebase-Distribution-Github-Action@v1.2.2
        with:
          appId: ${{secrets.FIREBASE_STAGING_APP_ID}}
          token: ${{secrets.FIREBASE_TOKEN}}
          file: app/build/outputs/apk/staging/app-staging.apk
          debug: true

I get the below error that I can't quite figure out:

[2020-10-16T21:42:24.001Z] Error: EISDIR: illegal operation on a directory, read
Error: An unexpected error has occurred.

Any ideas would be helpful, thanks!

@davidmcraejr davidmcraejr changed the title + EISDIR: illegal operation on a directory, read Oct 16, 2020
@davidmcraejr
Copy link
Author

Figured out my issue, when I set the directory for the APK to be downloaded it was creating a directory with the apk in it app-staging.apk/app-staging.apk, fixed that and all is working correctly. Thanks!

@wzieba
Copy link
Owner

wzieba commented Nov 7, 2020

Thank you @davidmcraejr for sharing this! Your issue with creating a directory might be helpful for anyone who came across a similar case. Sorry, I didn't help you here, I couldn't pay much attention to this project lately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants