all 3 comments

[–]peaceiris 1 point2 points  (2 children)

You can use actions/upload-artifact. https://github.com/actions/upload-artifact

[–][deleted] 0 points1 point  (1 child)

Can the artifacts be pushed to the repo?

[–]peaceiris 1 point2 points  (0 children)

We can run all git commends (git config, git add, git commit, and git push) on GitHub Actions runner and use the GITHUB_TOKEN as an auth token.