-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There were two issues at play that prevented the binary from reading the correct results file: 1. The paths were not joined with a separator. This led to file not found errors, as the file was saved in the wrong place with the wrong name. 2. The signing code tried to read the file from the current working directory instead of the GitHub workspace directory. Signed-off-by: Spencer Schrock <sschrock@google.com>
- Loading branch information
1 parent
ab97293
commit fdeb02d
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters