-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
How to upload to gitHub artifact #85
Comments
It's easier to add a field than using some magic bash script, and this script doesn't work on Windows. https://github.com/ahaoboy/ansi2/actions/runs/11343461783 |
Try
It also works for events other than tags and releases by specifying the If you do not need to upload files for a release, you can use the (The workflow I linked above is the one I actually use on projects like cargo-llvm-cov to make sure the build and archive steps of the release workflow works correctly at PR/push/scheduled job: https://github.com/taiki-e/cargo-llvm-cov/actions/runs/11338153284/job/31531038154) |
Thanks for your help, it's a bit tedious but at least it works. It would be nice if it could be built-in. |
I want to publish the artifact to gitHub for each pr or commit so that it can be downloaded for testing, and publish the tag to github release. Is there any solution to achieve this? It is necessary to ensure that the release and artifact use the same compilation steps, so it would be useful to add a parameter artifact: true
The text was updated successfully, but these errors were encountered: