meta icon indicating copy to clipboard operation
meta copied to clipboard

Caching of Build Artifacts

Open vbrandl opened this issue 6 years ago • 2 comments

I'm not sure if this is actually possible with GitHub Actions (yet?) but it would be cool to be able to cache the target directory between builds for some speedups.

vbrandl avatar Sep 21 '19 11:09 vbrandl

Based on the https://github.com/actions/toolkit/issues/47, it is not possible yet (and it is very unfortunate).

Let's leave this issue opened and pretend it to be a tracking issue for caching support.

svartalf avatar Sep 23 '19 09:09 svartalf

https://github.com/actions/cache was released recently! :)

Hoverbear avatar Nov 22 '19 18:11 Hoverbear