This action is pretty neat, but one thing that would be nice is if saving the package cache could be deferred until after the build is done.
This would be ideal because I have a build script that installs many dependencies (and where it's not really practical to list them out directly in the workflows yml), so it would be nice if it cached those packages too. Not entirely sure if this is possible, although I see actions/cache does it as a post build step.
This action is pretty neat, but one thing that would be nice is if saving the package cache could be deferred until after the build is done.
This would be ideal because I have a build script that installs many dependencies (and where it's not really practical to list them out directly in the workflows yml), so it would be nice if it cached those packages too. Not entirely sure if this is possible, although I see actions/cache does it as a post build step.