-
Notifications
You must be signed in to change notification settings - Fork 730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add build github action #233
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You really shouldn't be using a hard coded path for a project build script
D:\a\AsyncRAT-C-Sharp\AsyncRAT-C-Sharp\AsyncRAT-C#\Binaries${{ matrix.configuration }}\
how to compile ? i have too much errors |
Hello developer i made a GitHub Fork with all your upgrade. And then i made in net 9.0 |
Also wouldn't this only be triggered when a push happens to master? And not like OP says, in every PR |
Is the repo maintained? |
Seeing the last update was a minors one and 11 months ago, not really. It still works fine for most use cases (I.e. Remote administration of your own machines), but I suspect when it breaks, it won't receive a new update. Sad to see, but understandable. |
I'm trying hard to improve the code but with great difficulty |
Add a GitHub Action to automatically build AsyncRAT.
This has the added benefit of building every PR, allowing PR builds to be tested quickly.