Actions update by MagicLike · Pull Request #197 · openandroidinstaller-dev/openandroidinstaller

@MagicLike

@MagicLike

@MagicLike

Switched to fork, which includes latest patches, until the main project is patched

@MagicLike

@MagicLike

@MagicLike

@MagicLike

@MagicLike

@tsterbak

@MagicLike

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 MagicLike marked this pull request as ready for review

July 30, 2023 16:34

tsterbak

- 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.

@MagicLike

Now I get a different error message :D
grafik

@MagicLike

@tsterbak

@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! :)