buchgr / bazel-remote

A remote cache for Bazel
https://bazel.build
Apache License 2.0
595 stars 154 forks source link

Rework release binary uploads to avoid using deprecated github runner features #657

Closed mostynb closed 1 year ago

mostynb commented 1 year ago

actions/upload-release-asset@v1 is in archive mode, and seems to use set-output which is deprecated. Let's try using xresloader/upload-to-github-release@v1 instead.