The github actions should build me an output because I ran the command make to make a file. However, I don't know where the output went now. Where is it or how can I get the file? Thanks.
Here are some references that might help you understand better about Github Actions and outputs:
Basically, when you use the actions/checkout action, you can execute commands from files from your Github repository.
In your case, the final location of the outputs will depend on what your command / script does in your Makefile.
You could eventually commit and push everything (using shell commands) at the end of the workflow execution for the file to appear on a specific branch of your git repository.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With