Skip to content

Is it possible to use GitHub Actions to upload to bintray? #25872

Answered by ethomson
Andre601 asked this question in Actions
Discussion options

You must be logged in to vote

No, it sounds like the gradlew script in your repository is not marked as executable.

If you’re on a Unix platform, run:

chmod 0755 gradlew && git add gradlew

If you’re on Windows, run:

git update-index --chmod=+x gradlew

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants