cachix-action
cachix-action copied to clipboard
don't stop uploading artifacts on the first failure
Right now, push-paths.sh immediately exits if there's an error uploading a path (as can be seen in https://github.com/cachix/cachix-action/issues/106).
This means, CI unnecessarily rebuilds stuff that could have been uploaded.
Could dist/main/push-paths.sh try uploading the other paths, instead of stopping on the first failing one?