You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
The action does not work because it cannot find the artifact. To reproduce, see https://github.com/MarkLodato/example-build and an example run. The slsa-framework/github-actions-demo@v1 step fails with the following error:
Resource path not found: [provided=bazel-bin/hello_/hello]
(This step has continue-on-error: true so the rest of the workflow succeeds.)
The file definitely exists and is picked up correctly by the upload-artifact step.