Actions update by MagicLike · Pull Request #197 · openandroidinstaller-dev/openandroidinstaller
I would like to upgrade directly to 3.11 in the future, but right now some libraries lack compatibility as far as I can tell. So I would stay on 3.9 for now, since its still active and we don't need any features only available in newer versions (afaik).
If so - this PR is ready to ship! 🎉
MagicLike
marked this pull request as ready for review
| - name: Display structure of downloaded files | ||
| run: ls -R | ||
| - name: Create release | ||
| uses: marvinpinto/action-automatic-releases@latest |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason for this change? Does it do the same thing?
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a fork of the project of marvinpinto with multiple patches, such as switching to node 16. (GitHub Action complains about the use of node 12 as it will no longer be supported at some point)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only "problem" I had was the error seen in my second screenshot - maybe I can also resolve it, but afaik it depends on how you release a new version.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tsterbak Maybe you can try it on your end - Some how GitHub Actions is unable to access the releases of my fork...
Yeah, this makes sense, your repo cannot create releases on the openandroidinstaller repo. I will just merge it and if necessary fix it at the time of the next release :) but it looks good! Thanks a lot! :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
