Skip to content

Commit

Permalink
Fix artifact name in SLSA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Mar 23, 2024
1 parent c72f679 commit b1bc63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slsa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cmake --build build
output_dir="build/src"
artifact="${output_dir}/flog"
artifact="flog"
if [[ ! -f "${output_dir}/${artifact}" ]]; then
echo "Failed to generate build artifact: ${output_dir}/${artifact}"
Expand Down

0 comments on commit b1bc63b

Please sign in to comment.