Point to new release.nix
upload action
#3696
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
GitHub have deprecated the
hub
tool (https://github.com/runtimeverification/devops/issues/167), which we use via theupload-release.nix
action to attach that Nix file to published K releases. As part of this deprecation, the K release was broken byhub
being removed from the default public runner.This PR (and associated changes) attempts to fix the issue by:
gh
:This process is difficult to test outside of the context of an actual K release going through, and so I propose to merge this PR and babysit the resulting release job to see what happens. If it does not work, we can revert to Tom's action easily and will be no worse off than we were initially.
Our fork of the release action is here: https://github.com/runtimeverification/upload-release.nix; the changes relevant to this PR are in commit
0b1594f