githubactions - copy/upload file to windows based ec2-instance

Viewed 37

I am using GitHub actions to build a .NET MVC framework based application.

I am able to build it successfully but unable to copy the resultant .exe file to Windows based ec2-instance, since I cant ssh into it.

I have looked for plugins but unable to find any.
Is there any plugin or way to do that from GitHub actions?

1 Answers
Related