satackey/action-google-drive

This action does not work on windows runner

atiqg opened this issue · 4 comments

atiqg commented

Github workflow is failed

This action require runner to ubuntu only but I have windows based artifacts

atiqg commented

I have not tested it on MacOS...

(sorry I made a mistake)

As you know, you currently need to use Ubuntu runner to run this action.

There are two ways to create a Github Action: Docker container and JavaScript.
This action is a Docker container action and only works on Linux.

In order for this action to work on other platforms, it needs to be reworked as a JavaScript action, but I don't have the time to do that these days... I may do it if I have time.

atiqg commented

I am not skilled to that....

But I think it would be great if you make a roadmap section in readme and add this improvement over there...
So if someone want to contribute then they know priorities...
Thanks

I missed the notification, sorry.
That's a good idea! I'll add it to the README.

Also, I'd like to keep this Issue open until it's resolved.