Error while Download action repository 'r0adkll/sign-android-release@v1' in github action workflow.
amaljofy opened this issue ยท 17 comments
I am having the same issue as well. thanks
Yep, something seems to have broken this in v1.0.3.
This this link points to node-which
in this folder where only which
is present
Yeah same here, I got the same errorr. Is there any fix for this?
Uh oh. Okay let me check this out.
@amaljofy I just pushed v1.0.4
(and updated v1
) that should hopefully fix this issue.
@r0adkll thanks, Can I give it a try now?
@omeryounus yup! It should be available now
@r0adkll Awesome! Thankyou!
Works perfectly!
@davwheat were you able to deploy it? did you use .APK or aab? or both
I used an AAB - works great! Just released my first Wear OS aab! Whoop whoop!
Excellent! I'm gonna go ahead and close this issue
@r0adkll , Why didn't you update the version to v2 or similar? If you always update the v1 you will make all the builds fail when it is suppose to be stable, don't you think?
Any way, thanks so much for the quick fix!
Great job! ๐
@foliolo I was more or less following this guide for tagging: https://docs.github.com/en/free-pro-team@latest/actions/creating-actions/about-actions#using-tags-for-release-management. Where I just incremented these changes as a minor change (i.e. 1.0.3 and 1.0.4) and updated the accompanying major release tag v1
to point to those latest changes. The problem here is that I didn't properly test those changes and for that, I apologize.
I would recommend for anyone looking to keep their workflows stable to refer to the release tag directly (which again was my fault in the past for not keeping up with these individual version tags and just updating the major tag)
Cheers!