Page 2 of 2
Re: love-actions GitHub help
Posted: Sat Sep 28, 2024 4:52 am
by RNavega
Considering that "ubuntu-latest" is already set for Java 11 and so there's no need to install it again, what happens if you comment out the explicit download of it in the action script?
That is, commenting out these lines here:
https://github.com/love-actions/love-ac ... #L128-L132
Re: love-actions GitHub help
Posted: Mon Sep 30, 2024 5:25 pm
by Gunroar:Cannon()
it'll tell me it needs Java 17.
Re: love-actions GitHub help
Posted: Mon Sep 30, 2024 9:00 pm
by Gunroar:Cannon()
RNavega wrote: ↑Sat Sep 28, 2024 4:52 am
Considering that "ubuntu-latest" is already set for Java 11 and so there's no need to install it again, what happens if you comment out the explicit download of it in the action script?
That is, commenting out these lines here:
https://github.com/love-actions/love-ac ... #L128-L132
Is there anyway to access GitHub cmands to clone repos into others through GitHub(web) itself?
e.g
Code: Select all
git clone --recursive https://github.com/love2d/lua-https.git love-android/love/src/jni/lua-modules
Re: GitHub help
Posted: Mon Sep 30, 2024 9:17 pm
by RNavega
No. The quickest way would be to download the repo zip to some desktop device, unpack it in some folder, then drag that folder onto the other repo (in the web browser) so Github goes to the upload screen using that folder and its hierarchy.
Re: GitHub help
Posted: Sun Oct 06, 2024 6:59 am
by Gunroar:Cannon()
RNavega wrote: ↑Mon Sep 30, 2024 9:17 pm
No. The quickest way would be to download the repo zip to some desktop device, unpack it in some folder, then drag that folder onto the other repo (in the web browser) so Github goes to the upload screen using that folder and its hierarchy.
Thanks. It seems I can't access drag and drop (no PC access).
Re: GitHub help
Posted: Mon Oct 07, 2024 1:14 pm
by Gunroar:Cannon()
...Though of course I can't quit there! I'll push through!!!
I added each of the files individually, creating all the folders on GitHub using my phone. Now building is in process to test if it works (I put the files in love-android/love/...like it says in lua-https love2D wiki).
Will update on my progress.
I put the files into the correct places and imputed my game.love to the assets folder but the apk I get from the build doesn't have any of these and works like a normal love2D launcher.